libbusybox: move (possibly compressed) help stuff into libbusybox.
Makes individual binaries much smaller.
This commit is contained in:
@ -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_ */
|
||||
|
Reference in New Issue
Block a user