summaryrefslogtreecommitdiff
path: root/ipsets.h
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-02-18 02:54:15 +0100
committerJo-Philipp Wich <jow@openwrt.org>2013-02-18 20:41:56 +0100
commitea1e5c25c1c4c8c82b51c0440d033944ccb4e2e2 (patch)
treef322b65ab4af19a7d04eb6248a7a08006d8ed627 /ipsets.h
parenta60a91f643e2bceb202cc4c965c47dc6325c1f02 (diff)
downloadfirewall3-ea1e5c25c1c4c8c82b51c0440d033944ccb4e2e2.tar.gz
selectively delete chains in filter and nat tables
Diffstat (limited to 'ipsets.h')
-rw-r--r--ipsets.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ipsets.h b/ipsets.h
index 5ad6d99..49c6e66 100644
--- a/ipsets.h
+++ b/ipsets.h
@@ -40,7 +40,8 @@ struct fw3_ipset_settype {
void fw3_load_ipsets(struct fw3_state *state, struct uci_package *p);
void fw3_create_ipsets(struct fw3_state *state);
-void fw3_destroy_ipsets(struct fw3_state *state);
+
+void fw3_destroy_ipsets(struct list_head *statefile);
void fw3_free_ipset(struct fw3_ipset *ipset);