aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/dhcpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'networking/udhcp/dhcpc.h')
-rw-r--r--networking/udhcp/dhcpc.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/networking/udhcp/dhcpc.h b/networking/udhcp/dhcpc.h
index 7ad01ea8f..cd9ead6bd 100644
--- a/networking/udhcp/dhcpc.h
+++ b/networking/udhcp/dhcpc.h
@@ -17,10 +17,6 @@ struct client_data_t {
17 char *pidfile; /* Optionally store the process ID */ 17 char *pidfile; /* Optionally store the process ID */
18 const char *script; /* User script to run at dhcp events */ 18 const char *script; /* User script to run at dhcp events */
19 struct option_set *options; /* list of DHCP options to send to server */ 19 struct option_set *options; /* list of DHCP options to send to server */
20 uint8_t *clientid; /* Optional client id to use */
21 uint8_t *vendorclass; /* Optional vendor class-id to use */
22 uint8_t *hostname; /* Optional hostname to use */
23 uint8_t *fqdn; /* Optional fully qualified domain name to use */
24 llist_t *envp; /* list of DHCP options used for env vars */ 20 llist_t *envp; /* list of DHCP options used for env vars */
25 21
26 unsigned first_secs; 22 unsigned first_secs;