aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/dhcpd.h
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-03-20 03:48:11 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-03-20 03:48:11 +0100
commit8a7c166ab9ad35eef8c90d6b0b3a25b8a9fbacd2 (patch)
tree150a58a93b9698a4db16187ef1952deda0acae16 /networking/udhcp/dhcpd.h
parentde9e772f46eeba347c21014d4b159f28c2c2d9c1 (diff)
downloadbusybox-8a7c166ab9ad35eef8c90d6b0b3a25b8a9fbacd2.tar.gz
udhcp: move serverpacket.c into dhcpd.c, no other changes
function old new delta udhcpd_main 1480 1956 +476 send_inform 83 - -83 send_offer 376 - -376 ------------------------------------------------------------------------------ (add/remove: 0/3 grow/shrink: 1/0 up/down: 476/-459) Total: 17 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/udhcp/dhcpd.h')
-rw-r--r--networking/udhcp/dhcpd.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/networking/udhcp/dhcpd.h b/networking/udhcp/dhcpd.h
index db2d1c776..b55fd6c06 100644
--- a/networking/udhcp/dhcpd.h
+++ b/networking/udhcp/dhcpd.h
@@ -124,14 +124,6 @@ void log_static_leases(struct static_lease **st_lease_pp) FAST_FUNC;
#endif
-/*** serverpacket.h ***/
-
-int send_offer(struct dhcp_packet *oldpacket) FAST_FUNC;
-int send_NAK(struct dhcp_packet *oldpacket) FAST_FUNC;
-int send_ACK(struct dhcp_packet *oldpacket, uint32_t yiaddr) FAST_FUNC;
-int send_inform(struct dhcp_packet *oldpacket) FAST_FUNC;
-
-
/*** files.h ***/
void read_config(const char *file) FAST_FUNC;