From cd5dfa2bc54732f507e961339c0b0d9626c7c7fa Mon Sep 17 00:00:00 2001 From: David van Moolenbroek Date: Wed, 14 Dec 2016 20:18:09 +0000 Subject: [PATCH] nd6: minor 'static' consistency fix --- src/core/ipv6/nd6.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/ipv6/nd6.c b/src/core/ipv6/nd6.c index 298b0ea0..4dbaa7c5 100644 --- a/src/core/ipv6/nd6.c +++ b/src/core/ipv6/nd6.c @@ -1348,7 +1348,7 @@ nd6_is_prefix_in_netif(const ip6_addr_t *ip6addr, struct netif *netif) * @return the default router entry index, or -1 if no suitable * router is found */ -s8_t +static s8_t nd6_select_router(const ip6_addr_t *ip6addr, struct netif *netif) { s8_t i;