Cleanup usage messages (-200 bytes).

Remove busybox_main from applet table since
it is called via separate check
This commit is contained in:
Denis Vlasenko
2006-12-24 16:59:27 +00:00
parent 0ee3999d13
commit 765996aaea
3 changed files with 379 additions and 370 deletions

View File

@@ -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;