diff options
author | Volker Lendecke <vl@samba.org> | 2010-08-18 16:50:26 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-08-22 14:28:34 +0200 |
commit | de951249356a3705fc2a3c51575134415ac0ea05 (patch) | |
tree | 5e90f978ef201ea50584bf0c1c8d7dcf8f72bd5c /source3/include | |
parent | 70c5bed4b2ca4660e8a06cee6d4e813744cc7be8 (diff) | |
download | samba-de951249356a3705fc2a3c51575134415ac0ea05.tar.gz samba-de951249356a3705fc2a3c51575134415ac0ea05.tar.bz2 samba-de951249356a3705fc2a3c51575134415ac0ea05.zip |
s3: Move check_access to cgi.c, its only user
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index a389966742..50309a931c 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -351,7 +351,6 @@ bool allow_access(const char **deny_list, const char **allow_list, const char *cname, const char *caddr); -bool check_access(int sock, const char **allow_list, const char **deny_list); /* The following definitions come from passdb/account_pol.c */ |