summaryrefslogtreecommitdiff
path: root/e2fsprogs/e2fs_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'e2fsprogs/e2fs_lib.h')
-rw-r--r--e2fsprogs/e2fs_lib.h5
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 @@
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 FAST_FUNC (*func)(const char *, struct dirent *, void *),
- void *private);
-
/* Print file attributes on an ext2 file system */
void print_e2flags_long(unsigned flags);
void print_e2flags(unsigned flags);