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 cf3e0cd39..70a2dc7c4 100644 --- a/networking/udhcp/common.h +++ b/networking/udhcp/common.h | |||
@@ -165,7 +165,6 @@ void udhcp_sp_setup(void) FAST_FUNC; | |||
165 | int udhcp_sp_fd_set(fd_set *rfds, int extra_fd) FAST_FUNC; | 165 | int udhcp_sp_fd_set(fd_set *rfds, int extra_fd) FAST_FUNC; |
166 | int udhcp_sp_read(const fd_set *rfds) FAST_FUNC; | 166 | int udhcp_sp_read(const fd_set *rfds) FAST_FUNC; |
167 | int udhcp_read_interface(const char *interface, int *ifindex, uint32_t *nip, uint8_t *mac) FAST_FUNC; | 167 | int udhcp_read_interface(const char *interface, int *ifindex, uint32_t *nip, uint8_t *mac) FAST_FUNC; |
168 | int udhcp_raw_socket(int ifindex) FAST_FUNC; | ||
169 | int udhcp_listen_socket(/*uint32_t ip,*/ int port, const char *inf) FAST_FUNC; | 168 | int udhcp_listen_socket(/*uint32_t ip,*/ int port, const char *inf) FAST_FUNC; |
170 | /* Returns 1 if no reply received */ | 169 | /* Returns 1 if no reply received */ |
171 | int arpping(uint32_t test_nip, | 170 | int arpping(uint32_t test_nip, |