From d62fd84d4b309bc5fa6548288b82f21189d4f53f Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sun, 7 Oct 2007 20:46:34 +0000 Subject: libbusybox: move (possibly compressed) help stuff into libbusybox. Makes individual binaries much smaller. --- include/busybox.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/busybox.h') diff --git a/include/busybox.h b/include/busybox.h index 8b3647f57..3ab90d5c7 100644 --- a/include/busybox.h +++ b/include/busybox.h @@ -48,8 +48,9 @@ struct bb_applet { #endif }; -/* Defined in applet.c */ +/* Defined in appletlib.c */ extern const struct bb_applet applets[]; extern const unsigned short NUM_APPLETS; +void bbox_prepare_main(void); #endif /* _BB_INTERNAL_H_ */ -- cgit v1.2.3