Add fnmatch() prototype

This commit is contained in:
Todd C. Miller
1999-08-28 10:00:54 +00:00
parent a067249e1c
commit f74a9f9877

View File

@@ -42,4 +42,6 @@
#define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */ #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */
#define FNM_PERIOD 0x04 /* Period must be matched by period. */ #define FNM_PERIOD 0x04 /* Period must be matched by period. */
int fnmatch __P((const char *, const char *, int));
#endif /* !_FNMATCH_H_ */ #endif /* !_FNMATCH_H_ */