rpm2cpio: handle bz2 too; code shrink
[oweals/busybox.git] / coreutils / chgrp.c
index 90a1cfe2bb4803213330eee5da4a797b52026c0e..7f39048054b30f2e9340d8ae2ffb040d1715d170 100644 (file)
@@ -16,7 +16,7 @@
 /* This is a NOEXEC applet. Be very careful! */
 
 
-int chgrp_main(int argc, char **argv);
+int chgrp_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
 int chgrp_main(int argc, char **argv)
 {
        /* "chgrp [opts] abc file(s)" == "chown [opts] :abc file(s)" */