Several corrections thanks to Johan Lorensson
[mono.git] / mono / io-layer / handles.h
index 4a023c147fda83513aa771ca858bf93871aff475..31cab7bdb94931cf070abb89c88d20079a4f278d 100644 (file)
@@ -17,6 +17,11 @@ G_BEGIN_DECLS
 extern gboolean CloseHandle (gpointer handle);
 extern gboolean DuplicateHandle (gpointer srcprocess, gpointer src, gpointer targetprocess, gpointer *target, guint32 access, gboolean inherit, guint32 options);
 
+extern void wapi_init (void);
+extern void wapi_cleanup (void);
+
+int wapi_getdtablesize (void);
+
 G_END_DECLS
 
 #endif /* _WAPI_HANDLES_H_ */