diff options
Diffstat (limited to 'networking/udhcp/options.h')
-rw-r--r-- | networking/udhcp/options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/options.h b/networking/udhcp/options.h index 1fded2e..a626658 100644 --- a/networking/udhcp/options.h +++ b/networking/udhcp/options.h @@ -27,7 +27,7 @@ struct dhcp_option { unsigned char code; }; -extern struct dhcp_option options[]; +extern struct dhcp_option dhcp_options[]; extern int option_lengths[]; unsigned char *get_option(struct dhcpMessage *packet, int code); |