diff options
Diffstat (limited to 'networking/udhcp/common.h')
-rw-r--r-- | networking/udhcp/common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/networking/udhcp/common.h b/networking/udhcp/common.h index e5e0f2599..d20659e2f 100644 --- a/networking/udhcp/common.h +++ b/networking/udhcp/common.h | |||
@@ -311,7 +311,8 @@ int arpping(uint32_t test_nip, | |||
311 | const uint8_t *safe_mac, | 311 | const uint8_t *safe_mac, |
312 | uint32_t from_ip, | 312 | uint32_t from_ip, |
313 | uint8_t *from_mac, | 313 | uint8_t *from_mac, |
314 | const char *interface) FAST_FUNC; | 314 | const char *interface, |
315 | unsigned timeo) FAST_FUNC; | ||
315 | 316 | ||
316 | /* note: ip is a pointer to an IPv6 in network order, possibly misaliged */ | 317 | /* note: ip is a pointer to an IPv6 in network order, possibly misaliged */ |
317 | int sprint_nip6(char *dest, /*const char *pre,*/ const uint8_t *ip) FAST_FUNC; | 318 | int sprint_nip6(char *dest, /*const char *pre,*/ const uint8_t *ip) FAST_FUNC; |