diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
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, |