summaryrefslogtreecommitdiff
path: root/missing/fnmatch.h
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-02-25 06:39:12 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-02-25 06:39:12 +0000
commit1727010a3abf84fd06f0e44d44b1b8ef6cde588e (patch)
tree098dc615cb65069b1d3f714cd959d3d3927c2aeb /missing/fnmatch.h
parent3976feed73bf4ec27183824870ee077c2b5b00b1 (diff)
990225
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_3@407 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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
}