diff options
Diffstat (limited to '')
-rw-r--r-- | src/acl.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,5 +25,6 @@ typedef enum { ACL_ALLOW, ACL_DENY } acl_access_t; extern int insert_acl (char *location, acl_access_t access_type); extern int check_acl (const char *ip_address, const char *string_address); +extern void flush_access_list (void); #endif |