diff options
Diffstat (limited to 'networking/udhcp/common.h')
-rw-r--r-- | networking/udhcp/common.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/networking/udhcp/common.h b/networking/udhcp/common.h index 5f890459c..50ea9199b 100644 --- a/networking/udhcp/common.h +++ b/networking/udhcp/common.h | |||
@@ -317,9 +317,7 @@ int udhcp_send_raw_packet(struct dhcp_packet *dhcp_pkt, | |||
317 | 317 | ||
318 | int udhcp_send_kernel_packet(struct dhcp_packet *dhcp_pkt, | 318 | int udhcp_send_kernel_packet(struct dhcp_packet *dhcp_pkt, |
319 | uint32_t source_nip, int source_port, | 319 | uint32_t source_nip, int source_port, |
320 | uint32_t dest_nip, int dest_port, | 320 | uint32_t dest_nip, int dest_port) FAST_FUNC; |
321 | int send_flags | ||
322 | ) FAST_FUNC; | ||
323 | 321 | ||
324 | void udhcp_sp_setup(void) FAST_FUNC; | 322 | void udhcp_sp_setup(void) FAST_FUNC; |
325 | void udhcp_sp_fd_set(struct pollfd *pfds, int extra_fd) FAST_FUNC; | 323 | void udhcp_sp_fd_set(struct pollfd *pfds, int extra_fd) FAST_FUNC; |