From 642a52d65e239c43f38ed6e98994191f24290490 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sun, 7 Oct 2007 21:00:41 +0000 Subject: make --help work for "individual applets" too. --- include/busybox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/busybox.h') 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_ */ -- cgit v1.2.3