X-Git-Url: http://git.archive.openwrt.org/?p=project%2Ffirewall3.git;a=blobdiff_plain;f=iptables.h;h=8ec7add695cbdfc012cc9b3d4e8cd1ba2e42a653;hp=8a4ce8f64780b87476fce1a45127fe56f1e9ae09;hb=HEAD;hpb=bd40ba4584141ce34f3d5c42841abafccad06bdd diff --git a/iptables.h b/iptables.h index 8a4ce8f..8ec7add 100644 --- a/iptables.h +++ b/iptables.h @@ -87,6 +87,8 @@ 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_setmatch *match); +void fw3_ipt_rule_helper(struct fw3_ipt_rule *r, struct fw3_cthelpermatch *match); + void fw3_ipt_rule_time(struct fw3_ipt_rule *r, struct fw3_time *time); void fw3_ipt_rule_mark(struct fw3_ipt_rule *r, struct fw3_mark *mark);