diff options
author | Denis Vlasenko | 2007-06-21 13:35:52 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-06-21 13:35:52 +0000 |
commit | b304eadca8c551672d07a12c08b2f92456819187 (patch) | |
tree | 12bfc1411df6e262738f9a9ff04afe91c5505528 /include/libbb.h | |
parent | d67a6064893a6d9f36539a66ba897840b811f219 (diff) | |
download | busybox-b304eadca8c551672d07a12c08b2f92456819187.zip busybox-b304eadca8c551672d07a12c08b2f92456819187.tar.gz |
test: shrink a bit
function old new delta
test_main 5 434 +429
bb_test 473 - -473
------------------------------------------------------------------------------
(add/remove: 0/1 grow/shrink: 1/0 up/down: 429/-473) Total: -44 bytes
text data bss dec hex filename
735073 3028 14408 752509 b7b7d busybox_old
735029 3028 14408 752465 b7b51 busybox_unstripped
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 9ca5653..b7b0657 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -653,7 +653,7 @@ extern void bb_vinfo_msg(const char *s, va_list p); /* applets which are useful from another applets */ int bb_cat(char** argv); int bb_echo(char** argv); -int bb_test(int argc, char** argv); +int test_main(int argc, char** argv); int kill_main(int argc, char **argv); #if ENABLE_ROUTE void bb_displayroutes(int noresolve, int netstatfmt); |