From 933d1dfd0f28c533831ff9ebecc4025af50f5486 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Fri, 30 Dec 2005 07:09:34 +0000 Subject: [PATCH] Added a prototype for iwildmatch(). --- lib/wildmatch.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/wildmatch.h b/lib/wildmatch.h index cedf3652..562faa35 100644 --- a/lib/wildmatch.h +++ b/lib/wildmatch.h @@ -1,3 +1,4 @@ /* wildmatch.h */ int wildmatch(const char *pattern, const char *text); +int iwildmatch(const char *pattern, const char *text); -- 2.34.1