smbd: Move mask_match_search() to smb1_reply.c
[samba.git] / source3 / include / proto.h
index 06ad7fb508a754784befb4e41437144cb8051cd6..13152f7a10afdfa41c4ed2d20d9e2f6b8a28c7f7 100644 (file)
@@ -347,7 +347,6 @@ bool parent_dirname(TALLOC_CTX *mem_ctx, const char *dir, char **parent,
 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_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);
 #include "lib/util/unix_match.h"
 bool name_to_fqdn(fstring fqdn, const char *name);