aboutsummaryrefslogtreecommitdiffstats
path: root/router/router.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2017-07-01 15:25:11 -0700
committerChris Robinson <[email protected]>2017-07-01 15:25:11 -0700
commitaf626fdded7b3dd7dec40e2cb52bb4b6aaa4556e (patch)
tree505453335d5c273ec8890b814d2652faad12154e /router/router.h
parent7daefd4e77cb7d61fd386691a0a53643c0db0533 (diff)
Initialize ALC resources in the file they're used in
Diffstat (limited to 'router/router.h')
-rw-r--r--router/router.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/router/router.h b/router/router.h
index 7cc94399..6d34cadd 100644
--- a/router/router.h
+++ b/router/router.h
@@ -153,9 +153,7 @@ ALint RemovePtrIntMapKey(PtrIntMap *map, ALvoid *key);
ALint LookupPtrIntMapKey(PtrIntMap *map, ALvoid *key);
-extern almtx_t EnumerationLock;
-extern almtx_t ContextSwitchLock;
-
+void InitALC(void);
void ReleaseALC(void);