summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-11-23 16:34:07 +0100
committerVolker Lendecke <vl@samba.org>2009-11-23 16:35:00 +0100
commita1a81ef785b2372bd4aab0304150b0f8b0fac247 (patch)
treef6e6b2d9c22ae6045e24aaaa8f0a6d7abdea5a97 /source3/include
parentd6e55d8ec0335cd2494ca54f1471fad4e2b69795 (diff)
downloadsamba-a1a81ef785b2372bd4aab0304150b0f8b0fac247.tar.gz
samba-a1a81ef785b2372bd4aab0304150b0f8b0fac247.tar.bz2
samba-a1a81ef785b2372bd4aab0304150b0f8b0fac247.zip
Revert "s3: Make the implicit reference to Protocol in mask_match() explicit"
This reverts commit e23d8a3d1f558a7e98ef2afd71e1d15c5b3a71bc.
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h3
1 files changed, 1 insertions, 2 deletions
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);