diff options
Diffstat (limited to 'e2fsprogs/e2p/e2p.h')
-rw-r--r-- | e2fsprogs/e2p/e2p.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/e2fsprogs/e2p/e2p.h b/e2fsprogs/e2p/e2p.h index 78930ec17..57bcec31f 100644 --- a/e2fsprogs/e2p/e2p.h +++ b/e2fsprogs/e2p/e2p.h | |||
@@ -1,3 +1,4 @@ | |||
1 | #include "busybox.h" | ||
1 | #include <sys/types.h> /* Needed by dirent.h on netbsd */ | 2 | #include <sys/types.h> /* Needed by dirent.h on netbsd */ |
2 | #include <stdio.h> | 3 | #include <stdio.h> |
3 | #include <dirent.h> | 4 | #include <dirent.h> |
@@ -30,8 +31,9 @@ int getversion (int fd, unsigned long * version); | |||
30 | int iterate_on_dir (const char * dir_name, | 31 | int iterate_on_dir (const char * dir_name, |
31 | int (*func) (const char *, struct dirent *, void *), | 32 | int (*func) (const char *, struct dirent *, void *), |
32 | void * private); | 33 | void * private); |
33 | void list_super(struct ext2_super_block * s); | 34 | /*void list_super(struct ext2_super_block * s);*/ |
34 | void list_super2(struct ext2_super_block * s, FILE *f); | 35 | void list_super2(struct ext2_super_block * s, FILE *f); |
36 | #define list_super(s) list_super2(s, stdout) | ||
35 | void print_fs_errors (FILE * f, unsigned short errors); | 37 | void print_fs_errors (FILE * f, unsigned short errors); |
36 | void print_flags (FILE * f, unsigned long flags, unsigned options); | 38 | void print_flags (FILE * f, unsigned long flags, unsigned options); |
37 | void print_fs_state (FILE * f, unsigned short state); | 39 | void print_fs_state (FILE * f, unsigned short state); |