Typo fixes
[oweals/busybox.git] / e2fsprogs / e2fs_lib.h
index 40bbd1c838a9d716eb6542c6236b5116b388ebcb..e21a0f917e3d52c931157882d569d3eddd001325 100644 (file)
@@ -31,7 +31,7 @@ int fgetsetflags(const char *name, unsigned long *get_flags, unsigned long set_f
 /* Must be 1 for compatibility with `int long_format'. */
 #define PFOPT_LONG  1
 /* Print file attributes on an ext2 file system */
-void print_flags(FILE *f, unsigned long flags, unsigned options);
+void print_e2flags(FILE *f, unsigned long flags, unsigned options);
 
 extern const uint32_t e2attr_flags_value[];
 extern const char e2attr_flags_sname[];