From a1a81ef785b2372bd4aab0304150b0f8b0fac247 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 23 Nov 2009 16:34:07 +0100 Subject: Revert "s3: Make the implicit reference to Protocol in mask_match() explicit" This reverts commit e23d8a3d1f558a7e98ef2afd71e1d15c5b3a71bc. --- source3/include/proto.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 55466f3844..88f6dd54ae 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1186,8 +1186,7 @@ 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, - enum protocol_types proto, bool is_case_sensitive); +bool mask_match(const char *string, const char *pattern, 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