From d6e55d8ec0335cd2494ca54f1471fad4e2b69795 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 23 Nov 2009 16:34:00 +0100 Subject: Revert "s3: Make the implicit reference to Protocol in mask_match_list() explicit" This reverts commit 1e22899d268ae5a089f941a204413c07ee64fc78. --- 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 9b92b0d06b..55466f3844 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1189,8 +1189,7 @@ 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_search(const char *string, const char *pattern, bool is_case_sensitive); -bool mask_match_list(const char *string, char **list, int listLen, - enum protocol_types proto, 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); bool name_to_fqdn(fstring fqdn, const char *name); void *talloc_append_blob(TALLOC_CTX *mem_ctx, void *buf, DATA_BLOB blob); -- cgit