summaryrefslogtreecommitdiffstats
path: root/ffd/netif.h
diff options
context:
space:
mode:
Diffstat (limited to 'ffd/netif.h')
-rw-r--r--ffd/netif.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ffd/netif.h b/ffd/netif.h
index f1ae2b7..8dc5b94 100644
--- a/ffd/netif.h
+++ b/ffd/netif.h
@@ -52,5 +52,6 @@ eth_addr_t netif_get_eth_addr(const char *ifname);
struct in6_addr netif_get_addr(unsigned ifindex, int scope);
void netif_foreach(netif_cb cb, void *arg);
+eth_addr_t netif_mesh_get_primary_addr(const char *ifname);
#endif /* _FFD_NETIF_H_ */