diff options
author | Denis Vlasenko | 2006-12-24 16:59:27 +0000 |
---|---|---|
committer | Denis Vlasenko | 2006-12-24 16:59:27 +0000 |
commit | 765996aaea0ba6dafcb2c52504065e8c80d2cb92 (patch) | |
tree | 55852e4b54f8de766e212c32a8713f48564d06dc /include/busybox.h | |
parent | 0ee3999d13b662d233dfc7decdd4d691cd66fdda (diff) | |
download | busybox-765996aaea0ba6dafcb2c52504065e8c80d2cb92.zip busybox-765996aaea0ba6dafcb2c52504065e8c80d2cb92.tar.gz |
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 a7a0f49..a1139b5 100644 --- a/include/busybox.h +++ b/include/busybox.h @@ -32,6 +32,7 @@ struct BB_applet { }; /* From busybox.c and applet.c */ +extern int busybox_main(int argc, char **argv); extern const struct BB_applet applets[]; extern const unsigned short NUM_APPLETS; |