From: Todd C. Miller Date: Sat, 28 Aug 1999 10:00:54 +0000 (+0000) Subject: Add fnmatch() prototype X-Git-Tag: SUDO_1_6_0~63 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f74a9f9877d19872930c4b060510c13e9dd0d0b9;p=sudo Add fnmatch() prototype --- diff --git a/emul/fnmatch.h b/emul/fnmatch.h index f8308b38a..85777ab89 100644 --- a/emul/fnmatch.h +++ b/emul/fnmatch.h @@ -42,4 +42,6 @@ #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */ #define FNM_PERIOD 0x04 /* Period must be matched by period. */ +int fnmatch __P((const char *, const char *, int)); + #endif /* !_FNMATCH_H_ */