aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/common.h
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-03-22 13:42:13 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-03-22 13:42:13 +0100
commit6b24d5354bc166f6962b6b42de4ab9c7e6470225 (patch)
treed6d30d430db92f038ee643233a2838f2ef62a011 /networking/udhcp/common.h
parent4f0408b5bc6ed726e7f98d6adedede41337b9b74 (diff)
downloadbusybox-6b24d5354bc166f6962b6b42de4ab9c7e6470225.tar.gz
udhcpc: merge clientsocket.c into dhcpc.c. +4 bytes.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/udhcp/common.h')
-rw-r--r--networking/udhcp/common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/networking/udhcp/common.h b/networking/udhcp/common.h
index cf3e0cd39..70a2dc7c4 100644
--- a/networking/udhcp/common.h
+++ b/networking/udhcp/common.h
@@ -165,7 +165,6 @@ void udhcp_sp_setup(void) FAST_FUNC;
int udhcp_sp_fd_set(fd_set *rfds, int extra_fd) FAST_FUNC;
int udhcp_sp_read(const fd_set *rfds) FAST_FUNC;
int udhcp_read_interface(const char *interface, int *ifindex, uint32_t *nip, uint8_t *mac) FAST_FUNC;
-int udhcp_raw_socket(int ifindex) FAST_FUNC;
int udhcp_listen_socket(/*uint32_t ip,*/ int port, const char *inf) FAST_FUNC;
/* Returns 1 if no reply received */
int arpping(uint32_t test_nip,