Flush (work in progress)
[mono.git] / mono / io-layer / mutexes.h
index e57feae8b88c23abe7dfc9462f5314e5aa65bfe1..ef9e46d9e94351b846a42156da1637830c1c2785 100644 (file)
 
 G_BEGIN_DECLS
 
-extern gpointer CreateMutex(WapiSecurityAttributes *security, gboolean owned,
-                           const gunichar2 *name);
-extern gboolean ReleaseMutex(gpointer handle);
+extern gpointer CreateMutex (WapiSecurityAttributes *security, gboolean owned,
+                            const gunichar2 *name);
+extern gboolean ReleaseMutex (gpointer handle);
+extern gpointer OpenMutex (guint32 access, gboolean inherit,
+                          const gunichar2 *name);
 
 G_END_DECLS