diff options
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 */ |