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 40bbd1c83..e21a0f917 100644 --- a/e2fsprogs/e2fs_lib.h +++ b/e2fsprogs/e2fs_lib.h | |||
@@ -31,7 +31,7 @@ int fgetsetflags(const char *name, unsigned long *get_flags, unsigned long set_f | |||
31 | /* Must be 1 for compatibility with `int long_format'. */ | 31 | /* Must be 1 for compatibility with `int long_format'. */ |
32 | #define PFOPT_LONG 1 | 32 | #define PFOPT_LONG 1 |
33 | /* Print file attributes on an ext2 file system */ | 33 | /* Print file attributes on an ext2 file system */ |
34 | void print_flags(FILE *f, unsigned long flags, unsigned options); | 34 | void print_e2flags(FILE *f, unsigned long flags, unsigned options); |
35 | 35 | ||
36 | extern const uint32_t e2attr_flags_value[]; | 36 | extern const uint32_t e2attr_flags_value[]; |
37 | extern const char e2attr_flags_sname[]; | 37 | extern const char e2attr_flags_sname[]; |