summaryrefslogtreecommitdiff
path: root/src/acl.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/acl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/acl.h b/src/acl.h
index 73ea83c..112bb36 100644
--- a/src/acl.h
+++ b/src/acl.h
@@ -1,4 +1,4 @@
-/* $Id: acl.h,v 1.2 2001-06-02 02:07:34 rjkaes Exp $
+/* $Id: acl.h,v 1.3 2002-04-17 20:52:45 rjkaes Exp $
*
* See 'acl.c' for detailed information.
*
@@ -21,6 +21,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(int fd);
+extern int check_acl(int fd, const char* ip_address, const char* string_address);
#endif