Switching to GPL 3.
[rsync/rsync.git] / lib / wildmatch.h
index cedf365..e7f1a35 100644 (file)
@@ -1,3 +1,6 @@
 /* wildmatch.h */
 
 int wildmatch(const char *pattern, const char *text);
+int iwildmatch(const char *pattern, const char *text);
+int wildmatch_array(const char *pattern, const char*const *texts, int where);
+int litmatch_array(const char *string, const char*const *texts, int where);