]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
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 c1225303b25c247432abaf96c2eb202af051fec5..cedf3652d382c2801d3de127ad29783a37b3a589 100644 (file)
@@ -1,3 +1,3 @@
 /* wildmatch.h */
 
-int wildmatch(const char *p, const char *text);
+int wildmatch(const char *pattern, const char *text);