diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-12-24 16:59:27 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-12-24 16:59:27 +0000 |
commit | 765996aaea0ba6dafcb2c52504065e8c80d2cb92 (patch) | |
tree | 55852e4b54f8de766e212c32a8713f48564d06dc /include/busybox.h | |
parent | 0ee3999d13b662d233dfc7decdd4d691cd66fdda (diff) | |
download | busybox-w32-765996aaea0ba6dafcb2c52504065e8c80d2cb92.tar.gz busybox-w32-765996aaea0ba6dafcb2c52504065e8c80d2cb92.tar.bz2 busybox-w32-765996aaea0ba6dafcb2c52504065e8c80d2cb92.zip |
Cleanup usage messages (-200 bytes).
Remove busybox_main from applet table since
it is called via separate check
Diffstat (limited to 'include/busybox.h')
-rw-r--r-- | include/busybox.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/busybox.h b/include/busybox.h index a7a0f4915..a1139b5aa 100644 --- a/include/busybox.h +++ b/include/busybox.h | |||
@@ -32,6 +32,7 @@ struct BB_applet { | |||
32 | }; | 32 | }; |
33 | 33 | ||
34 | /* From busybox.c and applet.c */ | 34 | /* From busybox.c and applet.c */ |
35 | extern int busybox_main(int argc, char **argv); | ||
35 | extern const struct BB_applet applets[]; | 36 | extern const struct BB_applet applets[]; |
36 | extern const unsigned short NUM_APPLETS; | 37 | extern const unsigned short NUM_APPLETS; |
37 | 38 | ||