Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
wildmatch: remove static variable force_lower_case
[gitweb.git]
/
wildmatch.h
diff --git
a/wildmatch.h
b/wildmatch.h
index 562faa35a5d34eb14d60688b5a7441405baf2ac9..e974f9abce54c347c275213ce13fbe767f1f5948 100644
(file)
--- a/
wildmatch.h
+++ b/
wildmatch.h
@@
-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);