diff options
Diffstat (limited to 'src/acl.h')
-rw-r--r-- | src/acl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,6 +26,6 @@ typedef enum extern int insert_acl (char *location, acl_access_t access_type); extern int check_acl (int fd, const char *ip_address, - const char *string_address); + const char *string_address); #endif |