X-Git-Url: http://git.archive.openwrt.org/?p=project%2Ffirewall3.git;a=blobdiff_plain;f=iptables.h;fp=iptables.h;h=b97e5c58908d36b03a37ba29f2e10c777e0d96f7;hp=e86162d42be506225beee84d3383f444b6d82811;hb=cecf523b7bc055cb38ac66844f6ec039d88023ca;hpb=2dbfd733c34311df6217da809c0045c195ba8b9e diff --git a/iptables.h b/iptables.h index e86162d..b97e5c5 100644 --- a/iptables.h +++ b/iptables.h @@ -126,6 +126,8 @@ void fw3_ipt_flush(struct fw3_ipt_handle *h); void fw3_ipt_commit(struct fw3_ipt_handle *h); +void fw3_ipt_close(struct fw3_ipt_handle *h); + struct fw3_ipt_rule *fw3_ipt_rule_new(struct fw3_ipt_handle *h); void fw3_ipt_rule_proto(struct fw3_ipt_rule *r, struct fw3_protocol *proto);