diff options
Diffstat (limited to 'networking/udhcp/dhcpd.h')
-rw-r--r-- | networking/udhcp/dhcpd.h | 8 |
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 | |||
129 | int send_offer(struct dhcp_packet *oldpacket) FAST_FUNC; | ||
130 | int send_NAK(struct dhcp_packet *oldpacket) FAST_FUNC; | ||
131 | int send_ACK(struct dhcp_packet *oldpacket, uint32_t yiaddr) FAST_FUNC; | ||
132 | int send_inform(struct dhcp_packet *oldpacket) FAST_FUNC; | ||
133 | |||
134 | |||
135 | /*** files.h ***/ | 127 | /*** files.h ***/ |
136 | 128 | ||
137 | void read_config(const char *file) FAST_FUNC; | 129 | void read_config(const char *file) FAST_FUNC; |