aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/busybox.h3
1 files changed, 2 insertions, 1 deletions
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 {
48#endif 48#endif
49}; 49};
50 50
51/* Defined in applet.c */ 51/* Defined in appletlib.c */
52extern const struct bb_applet applets[]; 52extern const struct bb_applet applets[];
53extern const unsigned short NUM_APPLETS; 53extern const unsigned short NUM_APPLETS;
54void bbox_prepare_main(void);
54 55
55#endif /* _BB_INTERNAL_H_ */ 56#endif /* _BB_INTERNAL_H_ */