diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/busybox.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; | |||
56 | /* Length of these names has effect on size of libbusybox | 56 | /* Length of these names has effect on size of libbusybox |
57 | * and "individual" binaries. Keep them short. | 57 | * and "individual" binaries. Keep them short. |
58 | */ | 58 | */ |
59 | void lbb_prepare(char **argv) MAIN_EXTERNALLY_VISIBLE; | 59 | void lbb_prepare(const char *applet, char **argv) MAIN_EXTERNALLY_VISIBLE; |
60 | #if ENABLE_BUILD_LIBBUSYBOX | 60 | #if ENABLE_BUILD_LIBBUSYBOX |
61 | #if ENABLE_FEATURE_SHARED_BUSYBOX | 61 | #if ENABLE_FEATURE_SHARED_BUSYBOX |
62 | int lbb_main(int argc, char **argv) EXTERNALLY_VISIBLE; | 62 | int lbb_main(int argc, char **argv) EXTERNALLY_VISIBLE; |