aboutsummaryrefslogtreecommitdiff
path: root/include/busybox.h
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-12-24 15:23:28 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2006-12-24 15:23:28 +0000
commit0ee3999d13b662d233dfc7decdd4d691cd66fdda (patch)
tree283bf4908f787f50a90cb84c014a580485307a9b /include/busybox.h
parent7cea262273659e9894d446a3f9ea6b83fb18892a (diff)
downloadbusybox-0ee3999d13b662d233dfc7decdd4d691cd66fdda.tar.gz
random tiny size savings
Diffstat (limited to 'include/busybox.h')
-rw-r--r--include/busybox.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/busybox.h b/include/busybox.h
index d20337ff1..a7a0f4915 100644
--- a/include/busybox.h
+++ b/include/busybox.h
@@ -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: