diff options
Diffstat (limited to 'networking/udhcp/dhcpc.h')
-rw-r--r-- | networking/udhcp/dhcpc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/networking/udhcp/dhcpc.h b/networking/udhcp/dhcpc.h index dfab2368c..c9827b6e7 100644 --- a/networking/udhcp/dhcpc.h +++ b/networking/udhcp/dhcpc.h | |||
@@ -40,7 +40,6 @@ int send_select(uint32_t xid, uint32_t server, uint32_t requested) FAST_FUNC; | |||
40 | int send_decline(uint32_t xid, uint32_t server, uint32_t requested) FAST_FUNC; | 40 | int send_decline(uint32_t xid, uint32_t server, uint32_t requested) FAST_FUNC; |
41 | #endif | 41 | #endif |
42 | int send_renew(uint32_t xid, uint32_t server, uint32_t ciaddr) FAST_FUNC; | 42 | int send_renew(uint32_t xid, uint32_t server, uint32_t ciaddr) FAST_FUNC; |
43 | int send_renew(uint32_t xid, uint32_t server, uint32_t ciaddr) FAST_FUNC; | ||
44 | int send_release(uint32_t server, uint32_t ciaddr) FAST_FUNC; | 43 | int send_release(uint32_t server, uint32_t ciaddr) FAST_FUNC; |
45 | 44 | ||
46 | int udhcp_recv_raw_packet(struct dhcp_packet *dhcp_pkt, int fd) FAST_FUNC; | 45 | int udhcp_recv_raw_packet(struct dhcp_packet *dhcp_pkt, int fd) FAST_FUNC; |