Switching to GPL 3.
[rsync/rsync.git] / lib / wildmatch.h
index 562faa3..e7f1a35 100644 (file)
@@ -2,3 +2,5 @@
 
 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);