[runtime] Use a guint64 for device/inode instead of dev_t/ino_t since ino_t is define...
[mono.git] / mono / io-layer / wait.h
index 9eec987ea8099d5e6ad535d86ac8f958a4cae871..a4ff149147efe3ee4cd17e8f01125002ad10083b 100644 (file)
@@ -12,6 +12,8 @@
 
 #include "mono/io-layer/status.h"
 
+G_BEGIN_DECLS
+
 #define MAXIMUM_WAIT_OBJECTS 64
 
 #define INFINITE               0xFFFFFFFF
@@ -34,5 +36,7 @@ extern guint32 WaitForMultipleObjects(guint32 numobjects, gpointer *handles,
                                      gboolean waitall, guint32 timeout);
 extern guint32 WaitForMultipleObjectsEx(guint32 numobjects, gpointer *handles,
                                      gboolean waitall, guint32 timeout, gboolean alertable);
+extern guint32 WaitForInputIdle(gpointer handle, guint32 timeout);
 
+G_END_DECLS
 #endif /* _WAPI_WAIT_H_ */