From 15cb4a42724e480734157a55921ba435ed1413fc Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 11 Oct 2007 10:06:26 +0000 Subject: fix a problem with two different applet_name's --- 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 5c01eca8d..7ef36901a 100644 --- a/include/busybox.h +++ b/include/busybox.h @@ -56,7 +56,7 @@ extern const unsigned short NUM_APPLETS; /* Length of these names has effect on size of libbusybox * and "individual" binaries. Keep them short. */ -void lbb_prepare(char **argv) MAIN_EXTERNALLY_VISIBLE; +void lbb_prepare(const char *applet, char **argv) MAIN_EXTERNALLY_VISIBLE; #if ENABLE_BUILD_LIBBUSYBOX #if ENABLE_FEATURE_SHARED_BUSYBOX int lbb_main(int argc, char **argv) EXTERNALLY_VISIBLE; -- cgit v1.2.3