summaryrefslogtreecommitdiff
path: root/server/access.c
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@1ts.org>2009-08-09 18:42:32 +0000
committerGravatar Karl Ramm <kcr@1ts.org>2009-08-09 18:42:32 +0000
commit3bbec09537ba319a377be133ecaba1554743a07a (patch)
tree60bf1978061eb542b4df31eb421240d81b12a20c /server/access.c
parent1bf07a2719d3a1aa24e07921d455489e1f3e435c (diff)
it is the TWENTY-FIRST CENTURY, we can STOP USING K&R
Diffstat (limited to 'server/access.c')
-rw-r--r--server/access.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/server/access.c b/server/access.c
index a516f3d..9285b32 100644
--- a/server/access.c
+++ b/server/access.c
@@ -48,9 +48,9 @@ static const char rcsid_access_c[] =
#define ACL_IWS 4
#define ACL_IUI 8
-static void check_acl __P((Acl *acl));
-static void check_acl_type __P((Acl *acl, Access accesstype, int typeflag));
-static void access_setup __P((int first));
+static void check_acl(Acl *acl);
+static void check_acl_type(Acl *acl, Access accesstype, int typeflag);
+static void access_setup(int first);
/*
* check access. return 1 if ok, 0 if not ok.