summaryrefslogtreecommitdiff
path: root/missing/fnmatch.c
diff options
context:
space:
mode:
Diffstat (limited to 'missing/fnmatch.c')
-rw-r--r--missing/fnmatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/missing/fnmatch.c b/missing/fnmatch.c
index 09f474b0ec..4cf746118a 100644
--- a/missing/fnmatch.c
+++ b/missing/fnmatch.c
@@ -48,7 +48,7 @@ static char sccsid[] = "@(#)fnmatch.c 8.2 (Berkeley) 4/16/94";
#define EOS '\0'
-static char *rangematch(const char *, int, int);
+static char *rangematch();
int
fnmatch(pattern, string, flags)