Flush (work in progress)
[mono.git] / mono / io-layer / misc-private.h
1 /*
2  * misc-private.h:  Miscellaneous internal support functions
3  *
4  * Author:
5  *      Dick Porter (dick@ximian.com)
6  *
7  * (C) 2002 Ximian, Inc.
8  */
9
10 #ifndef _WAPI_MISC_PRIVATE_H_
11 #define _WAPI_MISC_PRIVATE_H_
12
13 #include <glib.h>
14 #include <sys/time.h>
15
16 extern void _wapi_calc_timeout(struct timespec *timeout, guint32 ms);
17
18 #endif /* _WAPI_MISC_PRIVATE_H_ */