Magellan Linux

Contents of /trunk/mkinitrd-magellan/klibc/usr/include/fnmatch.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 532 - (show annotations) (download)
Sat Sep 1 22:45:15 2007 UTC (16 years, 8 months ago) by niro
File MIME type: text/plain
File size: 277 byte(s)
-import if magellan mkinitrd; it is a fork of redhats mkinitrd-5.0.8 with all magellan patches and features; deprecates magellan-src/mkinitrd

1 #ifndef _FNMATCH_H
2 #define _FNMATCH_H
3
4 #include <klibc/extern.h>
5
6 #define FNM_NOMATCH 1
7
8 #define FNM_PATHNAME 1
9 #define FNM_FILE_NAME FNM_PATHNAME
10 #define FNM_NOESCAPE 2
11 #define FNM_PERIOD 4
12
13 __extern int fnmatch(const char *, const char *, int);
14
15 #endif /* _FNMATCH_H */