summaryrefslogtreecommitdiff
path: root/src/acl.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/acl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/acl.h b/src/acl.h
index 3a3d837..e71444d 100644
--- a/src/acl.h
+++ b/src/acl.h
@@ -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