summaryrefslogtreecommitdiff
path: root/include/busybox.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/busybox.h')
-rw-r--r--include/busybox.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/busybox.h b/include/busybox.h
index 76ff7b76a..988137497 100644
--- a/include/busybox.h
+++ b/include/busybox.h
@@ -31,8 +31,7 @@ struct BB_applet {
31 __extension__ enum SUIDRoot need_suid:4; 31 __extension__ enum SUIDRoot need_suid:4;
32}; 32};
33 33
34/* Defined in busybox.c and applet.c */ 34/* Defined in applet.c */
35extern int busybox_main(int argc, char **argv);
36extern const struct BB_applet applets[]; 35extern const struct BB_applet applets[];
37extern const unsigned short NUM_APPLETS; 36extern const unsigned short NUM_APPLETS;
38 37