diff options
Diffstat (limited to 'include/ftw.h')
| -rw-r--r-- | include/ftw.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/ftw.h b/include/ftw.h index 53f7379f..06463185 100644 --- a/include/ftw.h +++ b/include/ftw.h @@ -24,8 +24,6 @@ struct FTW { int level; }; -int nftw(const char *, - int (*)(const char *, const struct stat *, int, struct FTW *), int, - int); +int nftw(const char *, int (*)(const char *, const struct stat *, int, struct FTW *), int, int); #endif |
