From b4a886ea79cb37f418cf8ed9a9bc3f798a8e8652 Mon Sep 17 00:00:00 2001 From: vda Date: Sun, 24 Dec 2006 15:23:28 +0000 Subject: random tiny size savings git-svn-id: svn://busybox.net/trunk/busybox@17070 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- include/busybox.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include') 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: -- cgit v1.2.3-55-g6feb