aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'networking/udhcp/common.h')
-rw-r--r--networking/udhcp/common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/networking/udhcp/common.h b/networking/udhcp/common.h
index a7f9395b8..479ae49f3 100644
--- a/networking/udhcp/common.h
+++ b/networking/udhcp/common.h
@@ -308,6 +308,9 @@ int arpping(uint32_t test_nip,
308 uint8_t *from_mac, 308 uint8_t *from_mac,
309 const char *interface) FAST_FUNC; 309 const char *interface) FAST_FUNC;
310 310
311/* note: ip is a pointer to an IPv6 in network order, possibly misaliged */
312int sprint_nip6(char *dest, /*const char *pre,*/ const uint8_t *ip) FAST_FUNC;
313
311POP_SAVED_FUNCTION_VISIBILITY 314POP_SAVED_FUNCTION_VISIBILITY
312 315
313#endif 316#endif