diff options
Diffstat (limited to 'conform/data/ftw.h-data')
-rw-r--r-- | conform/data/ftw.h-data | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/conform/data/ftw.h-data b/conform/data/ftw.h-data new file mode 100644 index 0000000000..b3fa283922 --- /dev/null +++ b/conform/data/ftw.h-data @@ -0,0 +1,21 @@ +#if !defined ISO && !defined POSIX +type {struct FTW} +element {struct FTW} int base +element {struct FTW} int level + +macro FTW_F +macro FTW_D +macro FTW_DNR +macro FTW_DP +macro FTW_NS +macro FTW_SL +macro FTW_SLN + +macro FTW_PHYS +macro FTW_MOUNT +macro FTW_DEPTH +macro FTW_CHDIR + +function int ftw (const char*, int (*) (const char *, const struct stat*, int), int) +function int nftw (const char*, int (*) (const char *, const struct stat*, int, FTW *), int, int) +#endif |