random tiny size savings

This commit is contained in:
Denis Vlasenko
2006-12-24 15:23:28 +00:00
parent 7cea262273
commit 0ee3999d13
5 changed files with 53 additions and 60 deletions

View File

@ -9,7 +9,7 @@
#include "libbb.h"
/* order matters: used as index into "install_dir[]" in busybox.c */
/* order matters: used as index into "install_dir[]" in busybox.c */
enum Location {
_BB_DIR_ROOT = 0,
_BB_DIR_BIN,
@ -31,8 +31,9 @@ struct BB_applet {
__extension__ enum SUIDRoot need_suid:4;
};
/* From busybox.c */
/* From busybox.c and applet.c */
extern const struct BB_applet applets[];
extern const unsigned short NUM_APPLETS;
/* Automagically pull in all the applet function prototypes and
* applet usage strings. These are all of the form: