diff options
author | Chris Robinson <[email protected]> | 2017-06-28 20:03:36 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-06-28 20:03:36 -0700 |
commit | 47f1db36a7adf63ebd576f158a83d98b67a814a0 (patch) | |
tree | a58962cdca493de7f793ad28fef47d5914068af4 /router/router.h | |
parent | b88b57868ab37453980170896070631714fdc1fa (diff) |
Partially implement ALC functions in the router
Diffstat (limited to 'router/router.h')
-rw-r--r-- | router/router.h | 4 |
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 */ |