aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-11-24 02:23:51 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-11-24 02:23:51 +0000
commitfe5e23bf75043302a3492c9a7cd2f30f20f51b2e (patch)
treec6d5a70e6430755a0e20c682c090dfbedbd254ce /include
parentc3c6659f12e4133054ae4a6708fc4ac299c0d098 (diff)
downloadbusybox-w32-fe5e23bf75043302a3492c9a7cd2f30f20f51b2e.tar.gz
busybox-w32-fe5e23bf75043302a3492c9a7cd2f30f20f51b2e.tar.bz2
busybox-w32-fe5e23bf75043302a3492c9a7cd2f30f20f51b2e.zip
remove echo_main -> bb_echo indirection
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 77392d09c..095647dd4 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -728,7 +728,7 @@ extern void bb_verror_msg(const char *s, va_list p, const char *strerr);
728 728
729/* applets which are useful from another applets */ 729/* applets which are useful from another applets */
730int bb_cat(char** argv); 730int bb_cat(char** argv);
731int bb_echo(int argc, char** argv); 731int echo_main(int argc, char** argv) MAIN_EXTERNALLY_VISIBLE;
732int test_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; 732int test_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
733int kill_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; 733int kill_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
734#if ENABLE_ROUTE 734#if ENABLE_ROUTE