diff options
Diffstat (limited to 'include/busybox.h')
-rw-r--r-- | include/busybox.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/busybox.h b/include/busybox.h index cad45ac00..0c44d2f51 100644 --- a/include/busybox.h +++ b/include/busybox.h | |||
@@ -59,9 +59,6 @@ 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 | */ |
62 | void lbb_prepare(const char *applet | ||
63 | USE_FEATURE_INDIVIDUAL(, char **argv) | ||
64 | ) MAIN_EXTERNALLY_VISIBLE; | ||
65 | #if ENABLE_BUILD_LIBBUSYBOX | 62 | #if ENABLE_BUILD_LIBBUSYBOX |
66 | #if ENABLE_FEATURE_SHARED_BUSYBOX | 63 | #if ENABLE_FEATURE_SHARED_BUSYBOX |
67 | int lbb_main(char **argv) EXTERNALLY_VISIBLE; | 64 | int lbb_main(char **argv) EXTERNALLY_VISIBLE; |