diff options
author | Michael Adam <obnox@samba.org> | 2009-11-16 01:15:39 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-12-07 00:22:46 +0100 |
commit | 6266197e9257df1501b1962ad0a3e3ba757092f3 (patch) | |
tree | 8b3eacc1566569577ce96ebbda70cf918ce1abfa /src/acl.h | |
parent | 2e6999df4aecfa2c32072e556e3e829b54a3a103 (diff) |
acl: add function flush_access_list().
Diffstat (limited to 'src/acl.h')
-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 |