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 cad45ac..0c44d2f 100644 --- a/include/busybox.h +++ b/include/busybox.h @@ -59,9 +59,6 @@ extern const uint8_t applet_install_loc[]; /* Length of these names has effect on size of libbusybox * and "individual" binaries. Keep them short. */ -void lbb_prepare(const char *applet - USE_FEATURE_INDIVIDUAL(, char **argv) - ) MAIN_EXTERNALLY_VISIBLE; #if ENABLE_BUILD_LIBBUSYBOX #if ENABLE_FEATURE_SHARED_BUSYBOX int lbb_main(char **argv) EXTERNALLY_VISIBLE; |