Added a prototype for iwildmatch().
authorWayne Davison <wayned@samba.org>
Fri, 30 Dec 2005 07:09:34 +0000 (07:09 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 30 Dec 2005 07:09:34 +0000 (07:09 +0000)
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);