diff options
Diffstat (limited to 'networking/udhcp/common.h')
-rw-r--r-- | networking/udhcp/common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/networking/udhcp/common.h b/networking/udhcp/common.h index 3cbd2d3c8..cc0abd269 100644 --- a/networking/udhcp/common.h +++ b/networking/udhcp/common.h | |||
@@ -343,7 +343,8 @@ int udhcp_send_raw_packet(struct dhcp_packet *dhcp_pkt, | |||
343 | 343 | ||
344 | int udhcp_send_kernel_packet(struct dhcp_packet *dhcp_pkt, | 344 | int udhcp_send_kernel_packet(struct dhcp_packet *dhcp_pkt, |
345 | uint32_t source_nip, int source_port, | 345 | uint32_t source_nip, int source_port, |
346 | uint32_t dest_nip, int dest_port) FAST_FUNC; | 346 | uint32_t dest_nip, int dest_port, |
347 | const char *ifname) FAST_FUNC; | ||
347 | 348 | ||
348 | void udhcp_sp_setup(void) FAST_FUNC; | 349 | void udhcp_sp_setup(void) FAST_FUNC; |
349 | void udhcp_sp_fd_set(struct pollfd *pfds, int extra_fd) FAST_FUNC; | 350 | void udhcp_sp_fd_set(struct pollfd *pfds, int extra_fd) FAST_FUNC; |