From b83ab96b16cd322d90bf84d8b71b523a2fda4aed Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 6 May 2010 17:17:37 +0200 Subject: s3-passdb: moving account_pol.c into passdb. Guenther --- source3/include/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index a3ba7472a8..10c3d14fcb 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -313,7 +313,7 @@ bool allow_access(const char **deny_list, const char *caddr); bool check_access(int sock, const char **allow_list, const char **deny_list); -/* The following definitions come from lib/account_pol.c */ +/* The following definitions come from passdb/account_pol.c */ void account_policy_names_list(const char ***names, int *num_names); const char *decode_account_policy_name(enum pdb_policy_type type); -- cgit