diff options
Diffstat (limited to 'include/net/addrconf.h')
-rw-r--r-- | include/net/addrconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/addrconf.h b/include/net/addrconf.h index b623b65a79d1..c4185a7b0e90 100644 --- a/include/net/addrconf.h +++ b/include/net/addrconf.h | |||
@@ -180,7 +180,7 @@ static inline int addrconf_finite_timeout(unsigned long timeout) | |||
180 | */ | 180 | */ |
181 | int ipv6_addr_label_init(void); | 181 | int ipv6_addr_label_init(void); |
182 | void ipv6_addr_label_cleanup(void); | 182 | void ipv6_addr_label_cleanup(void); |
183 | void ipv6_addr_label_rtnl_register(void); | 183 | int ipv6_addr_label_rtnl_register(void); |
184 | u32 ipv6_addr_label(struct net *net, const struct in6_addr *addr, | 184 | u32 ipv6_addr_label(struct net *net, const struct in6_addr *addr, |
185 | int type, int ifindex); | 185 | int type, int ifindex); |
186 | 186 | ||