Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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 {
#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_ */