summaryrefslogtreecommitdiff
path: root/server/acl.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/acl.h')
-rw-r--r--server/acl.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/server/acl.h b/server/acl.h
index 003c9f9..3e5984f 100644
--- a/server/acl.h
+++ b/server/acl.h
@@ -15,11 +15,11 @@
#ifndef __ACL__
#define __ACL__
-int acl_add __P((char *, char *));
-int acl_check __P((char *, char *));
-int acl_delete __P((char *, char *));
-int acl_initialize __P((char *, int));
-void acl_cache_reset __P((void));
+int acl_add(char *, char *);
+int acl_check(char *, char *);
+int acl_delete(char *, char *);
+int acl_initialize(char *, int);
+void acl_cache_reset(void);
#endif /* __ACL__ */