aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/dhcpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'networking/udhcp/dhcpd.h')
-rw-r--r--networking/udhcp/dhcpd.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/networking/udhcp/dhcpd.h b/networking/udhcp/dhcpd.h
index b163ce7eb..a4e9a58ff 100644
--- a/networking/udhcp/dhcpd.h
+++ b/networking/udhcp/dhcpd.h
@@ -13,11 +13,6 @@ PUSH_AND_SET_FUNCTION_VISIBILITY_TO_HIDDEN
13#define DHCPD_CONF_FILE "/etc/udhcpd.conf" 13#define DHCPD_CONF_FILE "/etc/udhcpd.conf"
14 14
15 15
16struct option_set {
17 uint8_t *data;
18 struct option_set *next;
19};
20
21struct static_lease { 16struct static_lease {
22 struct static_lease *next; 17 struct static_lease *next;
23 uint32_t nip; 18 uint32_t nip;