Tweaked the name of the first arg to wildmatch().
authorWayne Davison <wayned@samba.org>
Sun, 18 Dec 2005 19:38:47 +0000 (19:38 +0000)
committerWayne Davison <wayned@samba.org>
Sun, 18 Dec 2005 19:38:47 +0000 (19:38 +0000)
lib/wildmatch.h

index c122530..cedf365 100644 (file)
@@ -1,3 +1,3 @@
 /* wildmatch.h */
 
-int wildmatch(const char *p, const char *text);
+int wildmatch(const char *pattern, const char *text);