]> granicus.if.org Git - sudo/commitdiff
Add fnmatch() prototype
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 28 Aug 1999 10:00:54 +0000 (10:00 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 28 Aug 1999 10:00:54 +0000 (10:00 +0000)
emul/fnmatch.h

index f8308b38ad2b18f0b588eec82338ee3ad1d2b255..85777ab89d117777c94e4cfcd15f66758ef54829 100644 (file)
@@ -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_ */