From 06af2165288cd6516b89001ec9e24992619230e0 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 3 Feb 2007 17:28:39 +0000 Subject: suppress warnings about easch _main() having no preceding prototype --- applets/busybox.c | 1 + 1 file changed, 1 insertion(+) (limited to 'applets/busybox.c') diff --git a/applets/busybox.c b/applets/busybox.c index 79634f99e..99af9ca02 100644 --- a/applets/busybox.c +++ b/applets/busybox.c @@ -73,6 +73,7 @@ int main(int argc, char **argv) bb_error_msg_and_die("applet not found"); } +int busybox_main(int argc, char **argv); int busybox_main(int argc, char **argv) { /* -- cgit v1.2.3