summaryrefslogtreecommitdiff
path: root/server/zserver.h
diff options
context:
space:
mode:
authorGravatar Jeffrey Hutzelman <jhutz@cmu.edu>2013-02-21 22:29:43 -0500
committerGravatar Karl Ramm <kcr@1ts.org>2013-02-26 23:01:10 -0500
commitdfee20f45922c8d804d7fd180d69716c6ca982ed (patch)
tree1d76faa7213ac127e68465ea303b053457d8bbcb /server/zserver.h
parent9b62605a5ab66cf8c83b164add7088894ff8ec3f (diff)
Add opstaff_check()
Add a function to check whether a sender is on the opstaff ACL, which lives in $sysconfdir/zephyr/acl/opstaff.acl. This is in preparation for a number of features which grant additional access to people on that ACL.
Diffstat (limited to 'server/zserver.h')
-rw-r--r--server/zserver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/zserver.h b/server/zserver.h
index 5249f86..28b8fdb 100644
--- a/server/zserver.h
+++ b/server/zserver.h
@@ -391,6 +391,7 @@ char *get_version(void);
/* found in access.c */
int access_check(char *, struct sockaddr_in *, Acl *, Access);
+int opstaff_check(char *);
/* global identifiers */