diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/busybox.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/busybox.h b/include/busybox.h index 8b3647f..3ab90d5 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_ */ |