Tweaked the name of the first arg to wildmatch().
[rsync/rsync.git] / 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);