summaryrefslogtreecommitdiff
path: root/iptables.h
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-06-05 12:01:34 +0200
committerJo-Philipp Wich <jow@openwrt.org>2013-06-05 12:35:56 +0200
commit3a3d85b3c787271e4860ca590d716cf557c1fb7e (patch)
tree5ff939125deb837e4760b727b0602996c1132c5c /iptables.h
parent5ee2129eaa23a28bfef6d20c273cafc0be559b3d (diff)
downloadfirewall3-3a3d85b3c787271e4860ca590d716cf557c1fb7e.tar.gz
Extend ipset option syntax to support specifying directions inplace.
Diffstat (limited to 'iptables.h')
-rw-r--r--iptables.h3
1 files changed, 1 insertions, 2 deletions
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);