aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h2
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);
675struct bb_applet; 675struct bb_applet;
676extern const struct bb_applet *find_applet_by_name(const char *name); 676extern 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. */
678extern void run_applet_by_name(const char *name, int argc, char **argv); 678extern void run_applet_and_exit(const char *name, int argc, char **argv);
679extern void run_current_applet_and_exit(int argc, char **argv) ATTRIBUTE_NORETURN; 679extern void run_current_applet_and_exit(int argc, char **argv) ATTRIBUTE_NORETURN;
680#endif 680#endif
681 681