wildmatch: remove static variable force_lower_case
[gitweb.git] / wildmatch.h
index 562faa35a5d34eb14d60688b5a7441405baf2ac9..e974f9abce54c347c275213ce13fbe767f1f5948 100644 (file)
@@ -1,4 +1,3 @@
 /* wildmatch.h */
 
-int wildmatch(const char *pattern, const char *text);
-int iwildmatch(const char *pattern, const char *text);
+int wildmatch(const char *pattern, const char *text, int flags);