diff options
Diffstat (limited to 'busybox.h')
-rw-r--r-- | busybox.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -108,6 +108,9 @@ struct BB_applet { | |||
108 | /* From busybox.c */ | 108 | /* From busybox.c */ |
109 | extern const struct BB_applet applets[]; | 109 | extern const struct BB_applet applets[]; |
110 | 110 | ||
111 | extern size_t NUM_APPLETS; | ||
112 | |||
113 | |||
111 | extern int applet_name_compare(const void *x, const void *y); | 114 | extern int applet_name_compare(const void *x, const void *y); |
112 | 115 | ||
113 | extern int ar_main(int argc, char **argv); | 116 | extern int ar_main(int argc, char **argv); |