diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/net/ip6_route.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/net/ip6_route.h b/include/net/ip6_route.h index 1444d358836d..2bcbfb826530 100644 --- a/include/net/ip6_route.h +++ b/include/net/ip6_route.h | |||
@@ -49,7 +49,9 @@ extern struct dst_entry * ip6_route_output(struct sock *sk, | |||
49 | extern int ip6_route_init(void); | 49 | extern int ip6_route_init(void); |
50 | extern void ip6_route_cleanup(void); | 50 | extern void ip6_route_cleanup(void); |
51 | 51 | ||
52 | extern int ipv6_route_ioctl(unsigned int cmd, void __user *arg); | 52 | extern int ipv6_route_ioctl(struct net *net, |
53 | unsigned int cmd, | ||
54 | void __user *arg); | ||
53 | 55 | ||
54 | extern int ip6_route_add(struct fib6_config *cfg); | 56 | extern int ip6_route_add(struct fib6_config *cfg); |
55 | extern int ip6_ins_rt(struct rt6_info *); | 57 | extern int ip6_ins_rt(struct rt6_info *); |