X-Git-Url: https://git.archive.openwrt.org/?p=project%2Ffirewall3.git;a=blobdiff_plain;f=iptables.h;fp=iptables.h;h=c8d1add9ce452920044b8e395c6d30bdc9ea0bfc;hp=b97e5c58908d36b03a37ba29f2e10c777e0d96f7;hb=3a3d85b3c787271e4860ca590d716cf557c1fb7e;hpb=5ee2129eaa23a28bfef6d20c273cafc0be559b3d diff --git a/iptables.h b/iptables.h index b97e5c5..c8d1add 100644 --- a/iptables.h +++ b/iptables.h @@ -147,8 +147,7 @@ void fw3_ipt_rule_icmptype(struct fw3_ipt_rule *r, struct fw3_icmptype *icmp); void fw3_ipt_rule_limit(struct fw3_ipt_rule *r, struct fw3_limit *limit); -void fw3_ipt_rule_ipset(struct fw3_ipt_rule *r, struct fw3_ipset *ipset, - bool invert); +void fw3_ipt_rule_ipset(struct fw3_ipt_rule *r, struct fw3_setmatch *match); void fw3_ipt_rule_time(struct fw3_ipt_rule *r, struct fw3_time *time);