treewide: replace unsafe string functions
[project/firewall3.git] / iptables.h
index 402baf288ff4b0f7138be7e5ef3d4e46354fd5d7..ca39809856cd1f92af1e0fb331785eea84773884 100644 (file)
@@ -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,
 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);
 
 
 void fw3_ipt_flush(struct fw3_ipt_handle *h);