Merge branch 'master' of git://dev.medozas.de/linux
[safe/jmp/linux-2.6] / net / netfilter / xt_rateest.c
index 23805f8..76a0831 100644 (file)
@@ -15,7 +15,7 @@
 
 
 static bool
-xt_rateest_mt(const struct sk_buff *skb, const struct xt_match_param *par)
+xt_rateest_mt(const struct sk_buff *skb, struct xt_action_param *par)
 {
        const struct xt_rateest_match_info *info = par->matchinfo;
        struct gnet_stats_rate_est *r;