suppress warnings about easch <applet>_main() having
no preceding prototype
diff --git a/console-tools/setconsole.c b/console-tools/setconsole.c
index ef81f29..6621d25 100644
--- a/console-tools/setconsole.c
+++ b/console-tools/setconsole.c
@@ -18,6 +18,7 @@
 
 #define OPT_SETCONS_RESET 1
 
+int setconsole_main(int argc, char **argv);
 int setconsole_main(int argc, char **argv)
 {
 	unsigned long flags;