diff options
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index 6731adfe3..8f43aeafc 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -663,6 +663,7 @@ const struct hwtype *get_hwntype(int type); | |||
663 | 663 | ||
664 | #ifndef BUILD_INDIVIDUAL | 664 | #ifndef BUILD_INDIVIDUAL |
665 | extern struct BB_applet *find_applet_by_name(const char *name); | 665 | extern struct BB_applet *find_applet_by_name(const char *name); |
666 | /* Returns only if applet is not found. */ | ||
666 | extern void run_applet_by_name(const char *name, int argc, char **argv); | 667 | extern void run_applet_by_name(const char *name, int argc, char **argv); |
667 | #endif | 668 | #endif |
668 | 669 | ||