diff options
Diffstat (limited to 'networking/udhcp/common.h')
-rw-r--r-- | networking/udhcp/common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/udhcp/common.h b/networking/udhcp/common.h index cfd58679a..4fa0471de 100644 --- a/networking/udhcp/common.h +++ b/networking/udhcp/common.h | |||
@@ -187,8 +187,8 @@ struct option_set { | |||
187 | }; | 187 | }; |
188 | 188 | ||
189 | extern const struct dhcp_optflag dhcp_optflags[]; | 189 | extern const struct dhcp_optflag dhcp_optflags[]; |
190 | extern const char dhcp_option_strings[]; | 190 | extern const char dhcp_option_strings[] ALIGN1; |
191 | extern const uint8_t dhcp_option_lengths[]; | 191 | extern const uint8_t dhcp_option_lengths[] ALIGN1; |
192 | 192 | ||
193 | unsigned FAST_FUNC udhcp_option_idx(const char *name); | 193 | unsigned FAST_FUNC udhcp_option_idx(const char *name); |
194 | 194 | ||