aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/igmp.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2006-09-27 18:30:07 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2006-09-28 18:01:58 -0700
commit8f935bbd7c6c66796c2403aefdab74bb48045bf6 (patch)
tree500b6cb37a536cdf4b63b6d33c53bdc6c752b228 /include/linux/igmp.h
parent[IPV4]: annotate ipv4 address fields in struct ip_msfilter and struct ip_mreq_source (diff)
downloadlinux-dev-8f935bbd7c6c66796c2403aefdab74bb48045bf6.tar.xz
linux-dev-8f935bbd7c6c66796c2403aefdab74bb48045bf6.zip
[IPV4]: ip_mc_{inc,dec}_group() annotations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/igmp.h')
-rw-r--r--include/linux/igmp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/igmp.h b/include/linux/igmp.h
index 8e7eedb3a574..dd49ba9065ae 100644
--- a/include/linux/igmp.h
+++ b/include/linux/igmp.h
@@ -215,7 +215,7 @@ extern void ip_mc_init_dev(struct in_device *);
extern void ip_mc_destroy_dev(struct in_device *);
extern void ip_mc_up(struct in_device *);
extern void ip_mc_down(struct in_device *);
-extern void ip_mc_dec_group(struct in_device *in_dev, u32 addr);
-extern void ip_mc_inc_group(struct in_device *in_dev, u32 addr);
+extern void ip_mc_dec_group(struct in_device *in_dev, __be32 addr);
+extern void ip_mc_inc_group(struct in_device *in_dev, __be32 addr);
#endif
#endif