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 33417af..4864c85 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); /* from socket.h */ #define listen_socket udhcp_listen_socket #define read_interface udhcp_read_interface -/* from dhcpc.h */ -#define client_config udhcp_client_config -/* from dhcpd.h */ -#define server_config udhcp_server_config void udhcp_sp_setup(void); int udhcp_sp_fd_set(fd_set *rfds, int extra_fd); |