X-Git-Url: http://git.openwrt.org/?p=project%2Ffirewall3.git;a=blobdiff_plain;f=iptables.h;fp=iptables.h;h=ca39809856cd1f92af1e0fb331785eea84773884;hp=402baf288ff4b0f7138be7e5ef3d4e46354fd5d7;hb=f62a52b105fdd3aa12cc073b2847140d5b64261f;hpb=23cc543f4f7ca636400707161e7e8355b6ecd856 diff --git a/iptables.h b/iptables.h index 402baf2..ca39809 100644 --- a/iptables.h +++ b/iptables.h @@ -56,7 +56,7 @@ void fw3_ipt_delete_chain(struct fw3_ipt_handle *h, bool if_unused, void fw3_ipt_delete_id_rules(struct fw3_ipt_handle *h, const char *chain); void fw3_ipt_create_chain(struct fw3_ipt_handle *h, bool ignore_existing, - const char *fmt, ...); + const char *chain); void fw3_ipt_flush(struct fw3_ipt_handle *h);