tar: support -T - and -X -
[oweals/busybox.git] / e2fsprogs / e2fs_lib.h
index 25b26d38241b949ff81c63192c394ef42eedfe88..3905ee71dc883e7fb22ea9a7fde1ceb44938ea0e 100644 (file)
@@ -13,7 +13,7 @@ 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 */