diff options
Diffstat (limited to 'conform/data/ftw.h-data')
-rw-r--r-- | conform/data/ftw.h-data | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conform/data/ftw.h-data b/conform/data/ftw.h-data index f5dec5cf79..ef34116a73 100644 --- a/conform/data/ftw.h-data +++ b/conform/data/ftw.h-data @@ -17,7 +17,7 @@ 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) +function int nftw (const char*, int (*) (const char *, const struct stat*, int, struct FTW *), int, int) allow *_t #endif |