diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2021-06-24 11:42:55 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2021-06-24 11:42:55 +0200 |
commit | 1746218beebc7e180f3eaed905277f9f46983ac4 (patch) | |
tree | f3649cc92207d437b9ce2b635e22a13154978a3e /e2fsprogs/e2fs_lib.h | |
parent | 87c40cf4de435d1b19b7fb545a495542c6eaf820 (diff) | |
download | busybox-w32-1746218beebc7e180f3eaed905277f9f46983ac4.tar.gz busybox-w32-1746218beebc7e180f3eaed905277f9f46983ac4.tar.bz2 busybox-w32-1746218beebc7e180f3eaed905277f9f46983ac4.zip |
move iterate_on_dir() from e2fsprogs to libbb
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'e2fsprogs/e2fs_lib.h')
-rw-r--r-- | e2fsprogs/e2fs_lib.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/e2fsprogs/e2fs_lib.h b/e2fsprogs/e2fs_lib.h index 879272f44..bab447a94 100644 --- a/e2fsprogs/e2fs_lib.h +++ b/e2fsprogs/e2fs_lib.h | |||
@@ -11,11 +11,6 @@ | |||
11 | 11 | ||
12 | PUSH_AND_SET_FUNCTION_VISIBILITY_TO_HIDDEN | 12 | PUSH_AND_SET_FUNCTION_VISIBILITY_TO_HIDDEN |
13 | 13 | ||
14 | /* Iterate a function on each entry of a directory */ | ||
15 | int iterate_on_dir(const char *dir_name, | ||
16 | int FAST_FUNC (*func)(const char *, struct dirent *, void *), | ||
17 | void *private); | ||
18 | |||
19 | /* Print file attributes on an ext2 file system */ | 14 | /* Print file attributes on an ext2 file system */ |
20 | void print_e2flags_long(unsigned flags); | 15 | void print_e2flags_long(unsigned flags); |
21 | void print_e2flags(unsigned flags); | 16 | void print_e2flags(unsigned flags); |