aboutsummaryrefslogtreecommitdiffstats
path: root/api/api.h
diff options
context:
space:
mode:
Diffstat (limited to 'api/api.h')
-rw-r--r--api/api.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/api/api.h b/api/api.h
index 4c199de..e056fe3 100644
--- a/api/api.h
+++ b/api/api.h
@@ -8,3 +8,16 @@
#include <Windows.h>
extern HINSTANCE ResourceModule;
+
+_Check_return_
+HANDLE
+TakeNameMutex(_In_z_ LPCWSTR Pool);
+
+void
+ReleaseNameMutex(_In_ HANDLE Mutex);
+
+void
+NamespaceInit();
+
+void
+NamespaceCleanup();