diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/net/ip6_route.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/ip6_route.h b/include/net/ip6_route.h index e0caed25bfba..0e2895c8b270 100644 --- a/include/net/ip6_route.h +++ b/include/net/ip6_route.h | |||
@@ -43,7 +43,8 @@ extern struct rt6_info *ip6_blk_hole_entry; | |||
43 | 43 | ||
44 | extern void ip6_route_input(struct sk_buff *skb); | 44 | extern void ip6_route_input(struct sk_buff *skb); |
45 | 45 | ||
46 | extern struct dst_entry * ip6_route_output(struct sock *sk, | 46 | extern struct dst_entry * ip6_route_output(struct net *net, |
47 | struct sock *sk, | ||
47 | struct flowi *fl); | 48 | struct flowi *fl); |
48 | 49 | ||
49 | extern int ip6_route_init(void); | 50 | extern int ip6_route_init(void); |