diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-04-11 17:03:19 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-04-11 17:03:19 +0000 |
commit | e4f2d064b0fcffc8897089e1c80e6e2d61b6805d (patch) | |
tree | fe03aa276fa5396402dc2bc88fccb7559626b976 /include | |
parent | 12c96a64a4b7ab75cb0e4a7dfde8960c4391b2a8 (diff) |
rename: run_applet_by_name -> run_applet_and_exit
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); struct bb_applet; extern const struct bb_applet *find_applet_by_name(const char *name); /* Returns only if applet is not found. */ -extern void run_applet_by_name(const char *name, int argc, char **argv); +extern void run_applet_and_exit(const char *name, int argc, char **argv); extern void run_current_applet_and_exit(int argc, char **argv) ATTRIBUTE_NORETURN; #endif |