diff options
Diffstat (limited to 'networking/udhcp/common.h')
-rw-r--r-- | networking/udhcp/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/common.h b/networking/udhcp/common.h index 4864c8565..179c21fdb 100644 --- a/networking/udhcp/common.h +++ b/networking/udhcp/common.h | |||
@@ -76,7 +76,7 @@ void udhcp_run_script(struct dhcpMessage *packet, const char *name); | |||
76 | 76 | ||
77 | void udhcp_sp_setup(void); | 77 | void udhcp_sp_setup(void); |
78 | int udhcp_sp_fd_set(fd_set *rfds, int extra_fd); | 78 | int udhcp_sp_fd_set(fd_set *rfds, int extra_fd); |
79 | int udhcp_sp_read(fd_set *rfds); | 79 | int udhcp_sp_read(const fd_set *rfds); |
80 | int raw_socket(int ifindex); | 80 | int raw_socket(int ifindex); |
81 | int read_interface(const char *interface, int *ifindex, uint32_t *addr, uint8_t *arp); | 81 | int read_interface(const char *interface, int *ifindex, uint32_t *addr, uint8_t *arp); |
82 | int listen_socket(/*uint32_t ip,*/ int port, const char *inf); | 82 | int listen_socket(/*uint32_t ip,*/ int port, const char *inf); |