diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index 11fcd19f2..c3baf9e7c 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -675,7 +675,7 @@ const struct hwtype *get_hwntype(int type); | |||
675 | struct bb_applet; | 675 | struct bb_applet; |
676 | extern const struct bb_applet *find_applet_by_name(const char *name); | 676 | extern const struct bb_applet *find_applet_by_name(const char *name); |
677 | /* Returns only if applet is not found. */ | 677 | /* Returns only if applet is not found. */ |
678 | extern void run_applet_by_name(const char *name, int argc, char **argv); | 678 | extern void run_applet_and_exit(const char *name, int argc, char **argv); |
679 | extern void run_current_applet_and_exit(int argc, char **argv) ATTRIBUTE_NORETURN; | 679 | extern void run_current_applet_and_exit(int argc, char **argv) ATTRIBUTE_NORETURN; |
680 | #endif | 680 | #endif |
681 | 681 | ||