diff options
Diffstat (limited to 'e2fsprogs/chattr.c')
-rw-r--r-- | e2fsprogs/chattr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e2fsprogs/chattr.c b/e2fsprogs/chattr.c index 35424f8..db54372 100644 --- a/e2fsprogs/chattr.c +++ b/e2fsprogs/chattr.c @@ -142,7 +142,7 @@ static void change_attributes(const char *name, struct globals *gp) iterate_on_dir(name, chattr_dir_proc, gp); } -int chattr_main(int argc, char **argv); +int chattr_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; int chattr_main(int argc, char **argv) { struct globals g; |