Revert "update rx to the latest rx-oss-v1.1 build."
[mono-project.git] / mono / io-layer / misc-private.h
blob00b209c4eb50895ef4fff7195dcbe8177025e944
1 /*
2 * misc-private.h: Miscellaneous internal support functions
4 * Author:
5 * Dick Porter (dick@ximian.com)
7 * (C) 2002 Ximian, Inc.
8 */
10 #ifndef _WAPI_MISC_PRIVATE_H_
11 #define _WAPI_MISC_PRIVATE_H_
13 #include <glib.h>
14 #include <sys/time.h>
16 extern void _wapi_calc_timeout(struct timespec *timeout, guint32 ms);
18 #endif /* _WAPI_MISC_PRIVATE_H_ */