diff options
Diffstat (limited to 'e2fsprogs/e2fs_lib.h')
-rw-r--r-- | e2fsprogs/e2fs_lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e2fsprogs/e2fs_lib.h b/e2fsprogs/e2fs_lib.h index 25b26d382..3905ee71d 100644 --- a/e2fsprogs/e2fs_lib.h +++ b/e2fsprogs/e2fs_lib.h | |||
@@ -13,7 +13,7 @@ PUSH_AND_SET_FUNCTION_VISIBILITY_TO_HIDDEN | |||
13 | 13 | ||
14 | /* Iterate a function on each entry of a directory */ | 14 | /* Iterate a function on each entry of a directory */ |
15 | int iterate_on_dir(const char *dir_name, | 15 | int iterate_on_dir(const char *dir_name, |
16 | int (*func)(const char *, struct dirent *, void *), | 16 | int FAST_FUNC (*func)(const char *, struct dirent *, void *), |
17 | void *private); | 17 | void *private); |
18 | 18 | ||
19 | /* Get/set a file version on an ext2 file system */ | 19 | /* Get/set a file version on an ext2 file system */ |