diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/busybox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/busybox.h b/include/busybox.h index 3ab90d5c7..1ab51cf78 100644 --- a/include/busybox.h +++ b/include/busybox.h | |||
@@ -51,6 +51,6 @@ struct bb_applet { | |||
51 | /* Defined in appletlib.c */ | 51 | /* Defined in appletlib.c */ |
52 | extern const struct bb_applet applets[]; | 52 | extern const struct bb_applet applets[]; |
53 | extern const unsigned short NUM_APPLETS; | 53 | extern const unsigned short NUM_APPLETS; |
54 | void bbox_prepare_main(void); | 54 | void bbox_prepare_main(char **argv); |
55 | 55 | ||
56 | #endif /* _BB_INTERNAL_H_ */ | 56 | #endif /* _BB_INTERNAL_H_ */ |