merge busybox.c into applets.c

This commit is contained in:
Denis Vlasenko
2007-04-09 03:05:48 +00:00
parent 786834bcee
commit 32b633aa3f
6 changed files with 200 additions and 210 deletions

View File

@@ -31,8 +31,7 @@ struct BB_applet {
__extension__ enum SUIDRoot need_suid:4;
};
/* Defined in busybox.c and applet.c */
extern int busybox_main(int argc, char **argv);
/* Defined in applet.c */
extern const struct BB_applet applets[];
extern const unsigned short NUM_APPLETS;