From 478bb47c40f7cbf4f766d574e110cb403a369469 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Mon, 2 Jan 2006 17:46:12 +0000 Subject: [PATCH] The latest prototypes. --- lib/wildmatch.h | 2 ++ 1 file changed, 2 insertions(+) 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); -- 2.34.1