summaryrefslogtreecommitdiff
path: root/missing/fnmatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'missing/fnmatch.h')
-rw-r--r--missing/fnmatch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/missing/fnmatch.h b/missing/fnmatch.h
index 66f36a1537..773851625a 100644
--- a/missing/fnmatch.h
+++ b/missing/fnmatch.h
@@ -48,7 +48,7 @@ extern "C" {
#define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */
#define FNM_PERIOD 0x04 /* Period must be matched by period. */
-int fnmatch(const char *, const char *, int);
+int fnmatch();
#ifdef __cplusplus
}