From e23d8a3d1f558a7e98ef2afd71e1d15c5b3a71bc Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 21 Nov 2009 19:04:34 +0100 Subject: s3: Make the implicit reference to Protocol in mask_match() explicit --- source3/include/proto.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/include/proto.h') diff --git a/source3/include/proto.h b/source3/include/proto.h index 92cb99744b..3399965043 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1188,7 +1188,8 @@ bool parent_dirname(TALLOC_CTX *mem_ctx, const char *dir, char **parent, const char **name); bool ms_has_wild(const char *s); bool ms_has_wild_w(const smb_ucs2_t *s); -bool mask_match(const char *string, const char *pattern, bool is_case_sensitive); +bool mask_match(const char *string, const char *pattern, + enum protocol_types proto, bool is_case_sensitive); bool mask_match_search(const char *string, const char *pattern, bool is_case_sensitive); bool mask_match_list(const char *string, char **list, int listLen, bool is_case_sensitive); bool unix_wild_match(const char *pattern, const char *string); -- cgit