diff options
Diffstat (limited to 'wildmatch.h')
-rw-r--r-- | wildmatch.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/wildmatch.h b/wildmatch.h index 4090c8f4bb..b8c826aa68 100644 --- a/wildmatch.h +++ b/wildmatch.h @@ -10,9 +10,5 @@ #define WM_ABORT_ALL -1 #define WM_ABORT_TO_STARSTAR -2 -struct wildopts; - -int wildmatch(const char *pattern, const char *text, - unsigned int flags, - struct wildopts *wo); +int wildmatch(const char *pattern, const char *text, unsigned int flags); #endif |