aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs/chattr.c
diff options
context:
space:
mode:
Diffstat (limited to 'e2fsprogs/chattr.c')
-rw-r--r--e2fsprogs/chattr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/e2fsprogs/chattr.c b/e2fsprogs/chattr.c
index f46646d71..1b7942e1f 100644
--- a/e2fsprogs/chattr.c
+++ b/e2fsprogs/chattr.c
@@ -147,6 +147,7 @@ static void change_attributes(const char *name)
147 iterate_on_dir(name, chattr_dir_proc, NULL); 147 iterate_on_dir(name, chattr_dir_proc, NULL);
148} 148}
149 149
150int chattr_main(int argc, char **argv);
150int chattr_main(int argc, char **argv) 151int chattr_main(int argc, char **argv)
151{ 152{
152 char *arg; 153 char *arg;