From: Wayne Davison Date: Sun, 18 Dec 2005 19:38:47 +0000 (+0000) Subject: Tweaked the name of the first arg to wildmatch(). X-Git-Tag: v2.6.7pre1~275 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de0194127445bfcf5e93b1393265cccef2fefb8a;p=thirdparty%2Frsync.git Tweaked the name of the first arg to wildmatch(). --- diff --git a/lib/wildmatch.h b/lib/wildmatch.h index c1225303..cedf3652 100644 --- a/lib/wildmatch.h +++ b/lib/wildmatch.h @@ -1,3 +1,3 @@ /* wildmatch.h */ -int wildmatch(const char *p, const char *text); +int wildmatch(const char *pattern, const char *text);