X-Git-Url: http://git.archive.openwrt.org/?p=project%2Ffirewall3.git;a=blobdiff_plain;f=iptables.c;h=4ae88750d0df42ff1826bdcbd80d44791389f73d;hp=2fc8d36fec329b08ad8c9887237ea82d55ef30a7;hb=cecf523b7bc055cb38ac66844f6ec039d88023ca;hpb=2dbfd733c34311df6217da809c0045c195ba8b9e diff --git a/iptables.c b/iptables.c index 2fc8d36..4ae8875 100644 --- a/iptables.c +++ b/iptables.c @@ -311,7 +311,11 @@ fw3_ipt_commit(struct fw3_ipt_handle *h) if (!rv) fprintf(stderr, "iptc_commit(): %s\n", iptc_strerror(errno)); } +} +void +fw3_ipt_close(struct fw3_ipt_handle *h) +{ if (h->libv) { while (h->libc > 0)