summaryrefslogtreecommitdiff
path: root/include/busybox.h
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-12-24 16:59:27 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2006-12-24 16:59:27 +0000
commit765996aaea0ba6dafcb2c52504065e8c80d2cb92 (patch)
tree55852e4b54f8de766e212c32a8713f48564d06dc /include/busybox.h
parent0ee3999d13b662d233dfc7decdd4d691cd66fdda (diff)
downloadbusybox-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.h1
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 */
35extern int busybox_main(int argc, char **argv);
35extern const struct BB_applet applets[]; 36extern const struct BB_applet applets[];
36extern const unsigned short NUM_APPLETS; 37extern const unsigned short NUM_APPLETS;
37 38