aboutsummaryrefslogtreecommitdiff
path: root/include/busybox.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/busybox.h')
-rw-r--r--include/busybox.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/busybox.h b/include/busybox.h
index ec6953e87..52720244b 100644
--- a/include/busybox.h
+++ b/include/busybox.h
@@ -59,7 +59,9 @@ extern const uint8_t applet_install_loc[];
59/* Length of these names has effect on size of libbusybox 59/* Length of these names has effect on size of libbusybox
60 * and "individual" binaries. Keep them short. 60 * and "individual" binaries. Keep them short.
61 */ 61 */
62void lbb_prepare(const char *applet, char **argv) MAIN_EXTERNALLY_VISIBLE; 62void lbb_prepare(const char *applet
63 USE_FEATURE_INDIVIDUAL(, char **argv)
64 ) MAIN_EXTERNALLY_VISIBLE;
63#if ENABLE_BUILD_LIBBUSYBOX 65#if ENABLE_BUILD_LIBBUSYBOX
64#if ENABLE_FEATURE_SHARED_BUSYBOX 66#if ENABLE_FEATURE_SHARED_BUSYBOX
65int lbb_main(int argc, char **argv) EXTERNALLY_VISIBLE; 67int lbb_main(int argc, char **argv) EXTERNALLY_VISIBLE;