diff options
Diffstat (limited to 'wildmatch.h')
-rw-r--r-- | wildmatch.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/wildmatch.h b/wildmatch.h index 562faa35a5..e974f9abce 100644 --- a/wildmatch.h +++ b/wildmatch.h @@ -1,4 +1,3 @@ /* wildmatch.h */ -int wildmatch(const char *pattern, const char *text); -int iwildmatch(const char *pattern, const char *text); +int wildmatch(const char *pattern, const char *text, int flags); |