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 5882238e3..49a0b593d 100644 --- a/networking/udhcp/common.h +++ b/networking/udhcp/common.h | |||
@@ -370,7 +370,8 @@ void udhcp_sp_setup(void) FAST_FUNC; | |||
370 | void udhcp_sp_fd_set(struct pollfd *pfds, int extra_fd) FAST_FUNC; | 370 | void udhcp_sp_fd_set(struct pollfd *pfds, int extra_fd) FAST_FUNC; |
371 | int udhcp_sp_read(void) FAST_FUNC; | 371 | int udhcp_sp_read(void) FAST_FUNC; |
372 | 372 | ||
373 | int udhcp_read_interface(const char *interface, int *ifindex, uint32_t *nip, uint8_t *mac) FAST_FUNC; | 373 | int udhcp_read_interface(const char *interface, |
374 | int *ifindex, uint32_t *nip, uint8_t *mac) FAST_FUNC; | ||
374 | 375 | ||
375 | int udhcp_listen_socket(/*uint32_t ip,*/ int port, const char *inf) FAST_FUNC; | 376 | int udhcp_listen_socket(/*uint32_t ip,*/ int port, const char *inf) FAST_FUNC; |
376 | 377 | ||