summaryrefslogtreecommitdiff
path: root/networking/udhcp/dhcpd.h
diff options
context:
space:
mode:
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;
124#endif 124#endif
125 125
126 126
127/*** serverpacket.h ***/
128
129int send_offer(struct dhcp_packet *oldpacket) FAST_FUNC;
130int send_NAK(struct dhcp_packet *oldpacket) FAST_FUNC;
131int send_ACK(struct dhcp_packet *oldpacket, uint32_t yiaddr) FAST_FUNC;
132int send_inform(struct dhcp_packet *oldpacket) FAST_FUNC;
133
134
135/*** files.h ***/ 127/*** files.h ***/
136 128
137void read_config(const char *file) FAST_FUNC; 129void read_config(const char *file) FAST_FUNC;