From f07cfe3b6889425d69f77571f90c5b541e526e01 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sat, 9 Aug 2008 00:03:23 +0200 Subject: lib/access: make client_match() public. Michael (This used to be commit 1b2dec93b635dfd23af78a370c223ea2dd486aa7) --- source3/include/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 01b7a354e2..0cafdf630f 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -293,6 +293,7 @@ char *lang_tdb_current(void); /* The following definitions come from lib/access.c */ +bool client_match(const char *tok, const void *item); bool allow_access(const char **deny_list, const char **allow_list, const char *cname, -- cgit