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 11a725662c36..860bbac4c4ee 100644 --- a/include/net/ipv6.h +++ b/include/net/ipv6.h | |||
@@ -541,6 +541,9 @@ extern int sysctl_ip6frag_secret_interval; | |||
541 | extern const struct proto_ops inet6_stream_ops; | 541 | extern const struct proto_ops inet6_stream_ops; |
542 | extern const struct proto_ops inet6_dgram_ops; | 542 | extern const struct proto_ops inet6_dgram_ops; |
543 | 543 | ||
544 | struct group_source_req; | ||
545 | struct group_filter; | ||
546 | |||
544 | extern int ip6_mc_source(int add, int omode, struct sock *sk, | 547 | extern int ip6_mc_source(int add, int omode, struct sock *sk, |
545 | struct group_source_req *pgsr); | 548 | struct group_source_req *pgsr); |
546 | extern int ip6_mc_msfilter(struct sock *sk, struct group_filter *gsf); | 549 | extern int ip6_mc_msfilter(struct sock *sk, struct group_filter *gsf); |