merge busybox.c into applets.c
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user