From dfee20f45922c8d804d7fd180d69716c6ca982ed Mon Sep 17 00:00:00 2001 From: Jeffrey Hutzelman Date: Thu, 21 Feb 2013 22:29:43 -0500 Subject: 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. --- server/zserver.h | 1 + 1 file changed, 1 insertion(+) (limited to 'server/zserver.h') 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 */ -- cgit v1.2.3