aboutsummaryrefslogtreecommitdiffstats
path: root/api/namespace.c
diff options
context:
space:
mode:
Diffstat (limited to 'api/namespace.c')
-rw-r--r--api/namespace.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/api/namespace.c b/api/namespace.c
index c69d5b7..91410b2 100644
--- a/api/namespace.c
+++ b/api/namespace.c
@@ -122,7 +122,7 @@ cleanupLeaveCriticalSection:
_Check_return_
HANDLE
-TakeNameMutex(_In_z_ const WCHAR *Pool)
+NamespaceTakeMutex(_In_z_ const WCHAR *Pool)
{
HANDLE Mutex = NULL;
@@ -171,7 +171,7 @@ cleanupSha256:
}
void
-ReleaseNameMutex(_In_ HANDLE Mutex)
+NamespaceReleaseMutex(_In_ HANDLE Mutex)
{
ReleaseMutex(Mutex);
CloseHandle(Mutex);