From: Wayne Davison Date: Mon, 2 Jan 2006 17:46:12 +0000 (+0000) Subject: The latest prototypes. X-Git-Tag: v2.6.7pre1~261 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=478bb47c40f7cbf4f766d574e110cb403a369469;p=thirdparty%2Frsync.git The latest prototypes. --- diff --git a/lib/wildmatch.h b/lib/wildmatch.h index 562faa35..e7f1a35f 100644 --- a/lib/wildmatch.h +++ b/lib/wildmatch.h @@ -2,3 +2,5 @@ int wildmatch(const char *pattern, const char *text); int iwildmatch(const char *pattern, const char *text); +int wildmatch_array(const char *pattern, const char*const *texts, int where); +int litmatch_array(const char *string, const char*const *texts, int where);