diff options
Diffstat (limited to 'networking/udhcp/common.h')
-rw-r--r-- | networking/udhcp/common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/udhcp/common.h b/networking/udhcp/common.h index a526494d7..ee12cf91b 100644 --- a/networking/udhcp/common.h +++ b/networking/udhcp/common.h | |||
@@ -300,8 +300,8 @@ int udhcp_send_kernel_packet(struct dhcp_packet *dhcp_pkt, | |||
300 | uint32_t dest_nip, int dest_port) FAST_FUNC; | 300 | uint32_t dest_nip, int dest_port) FAST_FUNC; |
301 | 301 | ||
302 | void udhcp_sp_setup(void) FAST_FUNC; | 302 | void udhcp_sp_setup(void) FAST_FUNC; |
303 | int udhcp_sp_fd_set(fd_set *rfds, int extra_fd) FAST_FUNC; | 303 | void udhcp_sp_fd_set(struct pollfd *pfds, int extra_fd) FAST_FUNC; |
304 | int udhcp_sp_read(const fd_set *rfds) FAST_FUNC; | 304 | int udhcp_sp_read(struct pollfd *pfds) FAST_FUNC; |
305 | 305 | ||
306 | int udhcp_read_interface(const char *interface, int *ifindex, uint32_t *nip, uint8_t *mac) FAST_FUNC; | 306 | int udhcp_read_interface(const char *interface, int *ifindex, uint32_t *nip, uint8_t *mac) FAST_FUNC; |
307 | 307 | ||