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-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/de0194127445bfcf5e93b1393265cccef2fefb8a 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);