diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-04-11 17:03:19 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-04-11 17:03:19 +0000 |
commit | 9a5db51b503eba9c9b58ceabbf03869930429565 (patch) | |
tree | fe03aa276fa5396402dc2bc88fccb7559626b976 /include/libbb.h | |
parent | 9e02dd5233d637966f7b94d666033b8109cbd155 (diff) | |
download | busybox-w32-9a5db51b503eba9c9b58ceabbf03869930429565.tar.gz busybox-w32-9a5db51b503eba9c9b58ceabbf03869930429565.tar.bz2 busybox-w32-9a5db51b503eba9c9b58ceabbf03869930429565.zip |
rename: run_applet_by_name -> run_applet_and_exit
git-svn-id: svn://busybox.net/trunk/busybox@18402 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/libbb.h')
-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 | ||