aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2013-06-28 00:30:46 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2013-06-28 00:30:46 +0200
commit59f46676a9c03303809f40d1a27c4d2e9e640697 (patch)
treecb95d1c4f3da2e3ebc9358917a2aac3dafa6cc50 /include
parent4928e9f7d0a17898300f20567a331417fafc16c1 (diff)
downloadbusybox-w32-59f46676a9c03303809f40d1a27c4d2e9e640697.tar.gz
busybox-w32-59f46676a9c03303809f40d1a27c4d2e9e640697.tar.bz2
busybox-w32-59f46676a9c03303809f40d1a27c4d2e9e640697.zip
Move create_icmp[6]_socket to its only user, and simplify it
function old new delta run_applet_and_exit 711 714 +3 sendping_tail 239 236 -3 common_ping_main 1798 1770 -28 create_icmp_socket 65 - -65 create_icmp6_socket 65 - -65 ------------------------------------------------------------------------------ (add/remove: 0/4 grow/shrink: 1/2 up/down: 3/-161) Total: -158 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 65c6b9f39..085210431 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -1109,9 +1109,6 @@ void bb_displayroutes(int noresolve, int netstatfmt) FAST_FUNC;
1109 1109
1110 1110
1111/* Networking */ 1111/* Networking */
1112int create_icmp_socket(void) FAST_FUNC;
1113int create_icmp6_socket(void) FAST_FUNC;
1114/* interface.c */
1115/* This structure defines protocol families and their handlers. */ 1112/* This structure defines protocol families and their handlers. */
1116struct aftype { 1113struct aftype {
1117 const char *name; 1114 const char *name;