The latest prototypes.
authorWayne Davison <wayned@samba.org>
Mon, 2 Jan 2006 17:46:12 +0000 (17:46 +0000)
committerWayne Davison <wayned@samba.org>
Mon, 2 Jan 2006 17:46:12 +0000 (17:46 +0000)
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);