Flush (work in progress)
[mono.git] / mono / io-layer / handles.h
index f2b59de55bd692d337febe43c2b46d568b677f28..7089c97d26436c0d47be452239f00f93d3e0f733 100644 (file)
 
 G_BEGIN_DECLS
 
-extern gboolean CloseHandle(gpointer handle);
+extern gboolean CloseHandle (gpointer handle);
+extern gboolean DuplicateHandle (gpointer srcprocess, gpointer src, gpointer targetprocess, gpointer *target, guint32 access, gboolean inherit, guint32 options);
+
+/* Another kludge alert! Visible non-w32 API is broken! */
+extern void _wapi_cleanup (void);
 
 G_END_DECLS