diff options
Diffstat (limited to 'include/net/ipv6.h')
-rw-r--r-- | include/net/ipv6.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/ipv6.h b/include/net/ipv6.h index ae328b680ff2..e90f9625cb1b 100644 --- a/include/net/ipv6.h +++ b/include/net/ipv6.h | |||
@@ -509,6 +509,9 @@ extern int ip6_forward(struct sk_buff *skb); | |||
509 | extern int ip6_input(struct sk_buff *skb); | 509 | extern int ip6_input(struct sk_buff *skb); |
510 | extern int ip6_mc_input(struct sk_buff *skb); | 510 | extern int ip6_mc_input(struct sk_buff *skb); |
511 | 511 | ||
512 | extern int __ip6_local_out(struct sk_buff *skb); | ||
513 | extern int ip6_local_out(struct sk_buff *skb); | ||
514 | |||
512 | /* | 515 | /* |
513 | * Extension header (options) processing | 516 | * Extension header (options) processing |
514 | */ | 517 | */ |