* roottypes.cs: Rename from tree.cs.
[mono.git] / mono / io-layer / semaphores.h
index 029c3d102016364bc727187f9aaf098860f263ee..1cdaee02bfb2f822ed62c23567724bb78203187e 100644 (file)
@@ -19,6 +19,8 @@ extern gpointer CreateSemaphore(WapiSecurityAttributes *security,
                                const gunichar2 *name);
 extern gboolean ReleaseSemaphore(gpointer handle, gint32 count,
                                 gint32 *prevcount);
+extern gpointer OpenSemaphore (guint32 access, gboolean inherit,
+                              const gunichar2 *name);
 
 G_END_DECLS
 #endif /* _WAPI_SEMAPHORES_H_ */