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 35424f842..db5437228 100644 --- a/e2fsprogs/chattr.c +++ b/e2fsprogs/chattr.c | |||
@@ -142,7 +142,7 @@ static void change_attributes(const char *name, struct globals *gp) | |||
142 | iterate_on_dir(name, chattr_dir_proc, gp); | 142 | iterate_on_dir(name, chattr_dir_proc, gp); |
143 | } | 143 | } |
144 | 144 | ||
145 | int chattr_main(int argc, char **argv); | 145 | int chattr_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
146 | int chattr_main(int argc, char **argv) | 146 | int chattr_main(int argc, char **argv) |
147 | { | 147 | { |
148 | struct globals g; | 148 | struct globals g; |