diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/busybox.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/busybox.h b/include/busybox.h index cff4af41d..bd8fca53b 100644 --- a/include/busybox.h +++ b/include/busybox.h | |||
@@ -109,8 +109,7 @@ struct BB_applet { | |||
109 | extern const struct BB_applet applets[]; | 109 | extern const struct BB_applet applets[]; |
110 | 110 | ||
111 | /* Automagically pull in all the applet function prototypes and | 111 | /* Automagically pull in all the applet function prototypes and |
112 | * applet usage strings. | 112 | * applet usage strings. These are all of the form: |
113 | * These are all of the form: | ||
114 | * extern int foo_main(int argc, char **argv); | 113 | * extern int foo_main(int argc, char **argv); |
115 | * extern const char foo_usage[]; | 114 | * extern const char foo_usage[]; |
116 | * These are all autogenerated from the set of currently defined applets. | 115 | * These are all autogenerated from the set of currently defined applets. |