Added a prototype for iwildmatch().
[rsync/rsync.git] / lib / wildmatch.h
index cedf365..562faa3 100644 (file)
@@ -1,3 +1,4 @@
 /* wildmatch.h */
 
 int wildmatch(const char *pattern, const char *text);
+int iwildmatch(const char *pattern, const char *text);