netfilter: xtables: change xt_target.checkentry return type
[safe/jmp/linux-2.6] / net / bridge / netfilter / ebt_snat.c
index 9c7b520..94bcecd 100644 (file)
@@ -42,7 +42,7 @@ out:
        return info->target | ~EBT_VERDICT_BITS;
 }
 
-static bool ebt_snat_tg_check(const struct xt_tgchk_param *par)
+static int ebt_snat_tg_check(const struct xt_tgchk_param *par)
 {
        const struct ebt_nat_info *info = par->targinfo;
        int tmp;