diff options
Diffstat (limited to 'include/net/addrconf.h')
-rw-r--r-- | include/net/addrconf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/addrconf.h b/include/net/addrconf.h index 77f630f12806..8b1509bfc695 100644 --- a/include/net/addrconf.h +++ b/include/net/addrconf.h | |||
@@ -65,7 +65,8 @@ extern int ipv6_chk_addr(struct net *net, | |||
65 | int strict); | 65 | int strict); |
66 | 66 | ||
67 | #if defined(CONFIG_IPV6_MIP6) || defined(CONFIG_IPV6_MIP6_MODULE) | 67 | #if defined(CONFIG_IPV6_MIP6) || defined(CONFIG_IPV6_MIP6_MODULE) |
68 | extern int ipv6_chk_home_addr(struct in6_addr *addr); | 68 | extern int ipv6_chk_home_addr(struct net *net, |
69 | struct in6_addr *addr); | ||
69 | #endif | 70 | #endif |
70 | extern struct inet6_ifaddr *ipv6_get_ifaddr(struct net *net, | 71 | extern struct inet6_ifaddr *ipv6_get_ifaddr(struct net *net, |
71 | struct in6_addr *addr, | 72 | struct in6_addr *addr, |