From de951249356a3705fc2a3c51575134415ac0ea05 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 18 Aug 2010 16:50:26 +0200 Subject: s3: Move check_access to cgi.c, its only user --- source3/include/proto.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/include/proto.h') 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 */ -- cgit