diff options
Diffstat (limited to 'networking/udhcp/common.h')
-rw-r--r-- | networking/udhcp/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/networking/udhcp/common.h b/networking/udhcp/common.h index 70a2dc7c4..d740ca56c 100644 --- a/networking/udhcp/common.h +++ b/networking/udhcp/common.h | |||
@@ -136,7 +136,6 @@ uint16_t udhcp_checksum(void *addr, int count) FAST_FUNC; | |||
136 | 136 | ||
137 | void udhcp_init_header(struct dhcp_packet *packet, char type) FAST_FUNC; | 137 | void udhcp_init_header(struct dhcp_packet *packet, char type) FAST_FUNC; |
138 | 138 | ||
139 | /*int udhcp_recv_raw_packet(struct dhcp_packet *dhcp_pkt, int fd); - in dhcpc.h */ | ||
140 | int udhcp_recv_kernel_packet(struct dhcp_packet *packet, int fd) FAST_FUNC; | 139 | int udhcp_recv_kernel_packet(struct dhcp_packet *packet, int fd) FAST_FUNC; |
141 | 140 | ||
142 | int udhcp_send_raw_packet(struct dhcp_packet *dhcp_pkt, | 141 | int udhcp_send_raw_packet(struct dhcp_packet *dhcp_pkt, |