From c96c5dda246d1aa727796ec3933d669785a68f44 Mon Sep 17 00:00:00 2001 From: Oleg Hahm Date: Wed, 2 Dec 2015 14:27:39 +0100 Subject: [PATCH] IPv6 netif: documentation ammendment --- sys/include/net/gnrc/ipv6/netif.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys/include/net/gnrc/ipv6/netif.h b/sys/include/net/gnrc/ipv6/netif.h index 9c33aa60d2..3385003f90 100644 --- a/sys/include/net/gnrc/ipv6/netif.h +++ b/sys/include/net/gnrc/ipv6/netif.h @@ -479,6 +479,9 @@ ipv6_addr_t *gnrc_ipv6_netif_find_addr(kernel_pid_t pid, const ipv6_addr_t *addr * interfaces. * * @param[out] out The reference to the found address on the interface. + * Must be a pointer to NULL on calling and may stay + * unchanged if no match can be found. + * * @param[in] prefix The prefix you want to search for. * * @return The PID to the interface the address is registered to.