From de0194127445bfcf5e93b1393265cccef2fefb8a Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sun, 18 Dec 2005 19:38:47 +0000 Subject: [PATCH] Tweaked the name of the first arg to wildmatch(). --- lib/wildmatch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.34.1