diff options
| author | David S. Miller <davem@nuts.ninka.net> | 2002-08-31 09:04:15 -0700 |
|---|---|---|
| committer | David S. Miller <davem@nuts.ninka.net> | 2002-08-31 09:04:15 -0700 |
| commit | 6b22a7eaa66e9f948b4d2c04aa6bb42180e7300f (patch) | |
| tree | b0e0572d869a06abe02a0546eb1cbbc49353aeb5 /include/linux | |
| parent | 1016206390a89aa1aae6565ee85cadfa822b9f8a (diff) | |
| parent | 2e907999be74b1104c744edf62f84f3083d80e1d (diff) | |
Merge nuts.ninka.net:/home/davem/src/BK/network-2.5
into nuts.ninka.net:/home/davem/src/BK/net-2.5
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/igmp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/igmp.h b/include/linux/igmp.h index 76cf68f03c25..fd28c22a5036 100644 --- a/include/linux/igmp.h +++ b/include/linux/igmp.h @@ -115,7 +115,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 int ip_mc_dec_group(struct in_device *in_dev, u32 addr); +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); #endif #endif |
