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 c9276c72764d..d0c47c306046 100644 --- a/include/net/addrconf.h +++ b/include/net/addrconf.h | |||
@@ -134,7 +134,8 @@ extern int inet6_ac_check(struct sock *sk, struct in6_addr *addr, int ifindex); | |||
134 | 134 | ||
135 | extern int ipv6_dev_ac_inc(struct net_device *dev, struct in6_addr *addr); | 135 | extern int ipv6_dev_ac_inc(struct net_device *dev, struct in6_addr *addr); |
136 | extern int __ipv6_dev_ac_dec(struct inet6_dev *idev, struct in6_addr *addr); | 136 | extern int __ipv6_dev_ac_dec(struct inet6_dev *idev, struct in6_addr *addr); |
137 | extern int ipv6_chk_acast_addr(struct net_device *dev, struct in6_addr *addr); | 137 | extern int ipv6_chk_acast_addr(struct net *net, struct net_device *dev, |
138 | struct in6_addr *addr); | ||
138 | 139 | ||
139 | 140 | ||
140 | /* Device notifier */ | 141 | /* Device notifier */ |