strings: implement -t radix
[oweals/busybox.git] / e2fsprogs / e2fs_lib.h
index 25b26d38241b949ff81c63192c394ef42eedfe88..f2ae56f433d6dac7de2bef14711511eb4ed7a16f 100644 (file)
@@ -7,13 +7,13 @@
  */
 
 /* Constants and structures */
-#include "e2fs_defs.h"
+#include "bb_e2fs_defs.h"
 
 PUSH_AND_SET_FUNCTION_VISIBILITY_TO_HIDDEN
 
 /* Iterate a function on each entry of a directory */
 int iterate_on_dir(const char *dir_name,
-               int (*func)(const char *, struct dirent *, void *),
+               int FAST_FUNC (*func)(const char *, struct dirent *, void *),
                void *private);
 
 /* Get/set a file version on an ext2 file system */