aboutsummaryrefslogtreecommitdiff
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-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.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 {
};
/* 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;