aboutsummaryrefslogtreecommitdiff
path: root/wildmatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'wildmatch.h')
-rw-r--r--wildmatch.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/wildmatch.h b/wildmatch.h
index e7f1a35f2..562faa35a 100644
--- a/wildmatch.h
+++ b/wildmatch.h
@@ -2,5 +2,3 @@
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);