]> arthur.barton.de Git - netatalk.git/blobdiff - include/atalk/ftw.h
Solaris portability fixes for ftw
[netatalk.git] / include / atalk / ftw.h
index 6845402a3003d9c73da682734c77c5b28632fdb5..157efc508f3c698fda533fd507990612a65cf2e3 100644 (file)
 #ifndef _ATALK_FTW_H
 #define        _ATALK_FTW_H    1
 
-#include <features.h>
-
 #include <sys/types.h>
 #include <sys/stat.h>
 
-
-__BEGIN_DECLS
-
 /* Values for the FLAG argument to the user function passed to `ftw'
    and 'nftw'.  */
 enum
@@ -111,6 +106,4 @@ extern int nftw(const char *dir,
                 int descriptors,
                 int flag);
 
-__END_DECLS
-
 #endif /* ATALK_FTW_H */