diff options
Diffstat (limited to 'networking/udhcp/common.h')
-rw-r--r-- | networking/udhcp/common.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/networking/udhcp/common.h b/networking/udhcp/common.h index 33417af09..4864c8565 100644 --- a/networking/udhcp/common.h +++ b/networking/udhcp/common.h | |||
@@ -73,10 +73,6 @@ void udhcp_run_script(struct dhcpMessage *packet, const char *name); | |||
73 | /* from socket.h */ | 73 | /* from socket.h */ |
74 | #define listen_socket udhcp_listen_socket | 74 | #define listen_socket udhcp_listen_socket |
75 | #define read_interface udhcp_read_interface | 75 | #define read_interface udhcp_read_interface |
76 | /* from dhcpc.h */ | ||
77 | #define client_config udhcp_client_config | ||
78 | /* from dhcpd.h */ | ||
79 | #define server_config udhcp_server_config | ||
80 | 76 | ||
81 | void udhcp_sp_setup(void); | 77 | void udhcp_sp_setup(void); |
82 | int udhcp_sp_fd_set(fd_set *rfds, int extra_fd); | 78 | int udhcp_sp_fd_set(fd_set *rfds, int extra_fd); |