netfilter: xtables: substitute temporary defines by final name
[safe/jmp/linux-2.6] / net / bridge / netfilter / ebt_ip.c
index a1c76c7..a0cde74 100644 (file)
@@ -25,7 +25,7 @@ struct tcpudphdr {
 };
 
 static bool
-ebt_ip_mt(const struct sk_buff *skb, const struct xt_match_param *par)
+ebt_ip_mt(const struct sk_buff *skb, const struct xt_action_param *par)
 {
        const struct ebt_ip_info *info = par->matchinfo;
        const struct iphdr *ih;