pointless whitespace/comment fixes, no code changes
[oweals/busybox.git] / miscutils / bbconfig.c
index ce14d4a1f1b07c22fc34b95fbe76e86ac432e034..689052e8695998615f07c1ed1d68895f795a6d65 100644 (file)
@@ -1,10 +1,11 @@
 /* vi: set sw=4 ts=4: */
 /* This file was released into the public domain by Paul Fox.
  */
-#include "busybox.h"
+#include "libbb.h"
 #include "bbconfigopts.h"
 
-int bbconfig_main(int argc, char **argv)
+int bbconfig_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
+int bbconfig_main(int argc UNUSED_PARAM, char **argv UNUSED_PARAM)
 {
        printf(bbconfig_config);
        return 0;