diff options
Diffstat (limited to 'router/router.h')
-rw-r--r-- | router/router.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/router/router.h b/router/router.h index 016c3998..f4ba33c7 100644 --- a/router/router.h +++ b/router/router.h @@ -135,7 +135,6 @@ ALint RemovePtrIntMapKey(PtrIntMap *map, ALvoid *key); ALint LookupPtrIntMapKey(PtrIntMap *map, ALvoid *key); -extern PtrIntMap DeviceIfaceMap; -extern PtrIntMap ContextIfaceMap; +void ReleaseALC(void); #endif /* ROUTER_ROUTER_H */ |