From: Wayne Davison Date: Fri, 30 Dec 2005 07:09:34 +0000 (+0000) Subject: Added a prototype for iwildmatch(). X-Git-Tag: v2.6.7pre1~266 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=933d1dfd0f28c533831ff9ebecc4025af50f5486;p=thirdparty%2Frsync.git Added a prototype for iwildmatch(). --- 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);