diff options
Diffstat (limited to 'networking/udhcp/common.h')
-rw-r--r-- | networking/udhcp/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/common.h b/networking/udhcp/common.h index 60255eefa..73f860a77 100644 --- a/networking/udhcp/common.h +++ b/networking/udhcp/common.h | |||
@@ -218,7 +218,7 @@ void udhcp_add_simple_option(struct dhcp_packet *packet, uint8_t code, uint32_t | |||
218 | #endif | 218 | #endif |
219 | #if ENABLE_FEATURE_UDHCP_RFC3397 || ENABLE_FEATURE_UDHCPC6_RFC3646 || ENABLE_FEATURE_UDHCPC6_RFC4704 | 219 | #if ENABLE_FEATURE_UDHCP_RFC3397 || ENABLE_FEATURE_UDHCPC6_RFC3646 || ENABLE_FEATURE_UDHCPC6_RFC4704 |
220 | char *dname_dec(const uint8_t *cstr, int clen, const char *pre) FAST_FUNC; | 220 | char *dname_dec(const uint8_t *cstr, int clen, const char *pre) FAST_FUNC; |
221 | uint8_t *dname_enc(const uint8_t *cstr, int clen, const char *src, int *retlen) FAST_FUNC; | 221 | uint8_t *dname_enc(/*const uint8_t *cstr, int clen,*/ const char *src, int *retlen) FAST_FUNC; |
222 | #endif | 222 | #endif |
223 | struct option_set *udhcp_find_option(struct option_set *opt_list, uint8_t code) FAST_FUNC; | 223 | struct option_set *udhcp_find_option(struct option_set *opt_list, uint8_t code) FAST_FUNC; |
224 | 224 | ||