aboutsummaryrefslogtreecommitdiff
path: root/include/busybox.h
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-10-07 21:00:41 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-10-07 21:00:41 +0000
commit642a52d65e239c43f38ed6e98994191f24290490 (patch)
tree5312a61c6a79fecabb42332072329f8da1150bc8 /include/busybox.h
parentd62fd84d4b309bc5fa6548288b82f21189d4f53f (diff)
downloadbusybox-642a52d65e239c43f38ed6e98994191f24290490.tar.gz
make --help work for "individual applets" too.
Diffstat (limited to 'include/busybox.h')
-rw-r--r--include/busybox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/busybox.h b/include/busybox.h
index 3ab90d5c7..1ab51cf78 100644
--- a/include/busybox.h
+++ b/include/busybox.h
@@ -51,6 +51,6 @@ struct bb_applet {
/* Defined in appletlib.c */
extern const struct bb_applet applets[];
extern const unsigned short NUM_APPLETS;
-void bbox_prepare_main(void);
+void bbox_prepare_main(char **argv);
#endif /* _BB_INTERNAL_H_ */