pointless whitespace/comment fixes, no code changes
[oweals/busybox.git] / miscutils / bbconfig.c
index f2c692c9b55f380c7bed68b8ad359b8a4cfbec9f..689052e8695998615f07c1ed1d68895f795a6d65 100644 (file)
@@ -1,7 +1,11 @@
-#include "busybox.h"
+/* vi: set sw=4 ts=4: */
+/* This file was released into the public domain by Paul Fox.
+ */
+#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;