From 765996aaea0ba6dafcb2c52504065e8c80d2cb92 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sun, 24 Dec 2006 16:59:27 +0000 Subject: Cleanup usage messages (-200 bytes). Remove busybox_main from applet table since it is called via separate check --- include/busybox.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/busybox.h') diff --git a/include/busybox.h b/include/busybox.h index a7a0f4915..a1139b5aa 100644 --- a/include/busybox.h +++ b/include/busybox.h @@ -32,6 +32,7 @@ struct BB_applet { }; /* From busybox.c and applet.c */ +extern int busybox_main(int argc, char **argv); extern const struct BB_applet applets[]; extern const unsigned short NUM_APPLETS; -- cgit v1.2.3