aboutsummaryrefslogtreecommitdiffstats
path: root/router/router.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2017-06-28 20:03:36 -0700
committerChris Robinson <[email protected]>2017-06-28 20:03:36 -0700
commit47f1db36a7adf63ebd576f158a83d98b67a814a0 (patch)
treea58962cdca493de7f793ad28fef47d5914068af4 /router/router.h
parentb88b57868ab37453980170896070631714fdc1fa (diff)
Partially implement ALC functions in the router
Diffstat (limited to 'router/router.h')
-rw-r--r--router/router.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/router/router.h b/router/router.h
index 7cd776f4..016c3998 100644
--- a/router/router.h
+++ b/router/router.h
@@ -134,4 +134,8 @@ ALenum InsertPtrIntMapEntry(PtrIntMap *map, ALvoid *key, ALint value);
ALint RemovePtrIntMapKey(PtrIntMap *map, ALvoid *key);
ALint LookupPtrIntMapKey(PtrIntMap *map, ALvoid *key);
+
+extern PtrIntMap DeviceIfaceMap;
+extern PtrIntMap ContextIfaceMap;
+
#endif /* ROUTER_ROUTER_H */