Store ipset storage method and matches in state file, keep iprange and ports if set
[project/firewall3.git] / ipsets.h
index debe0e8..929f311 100644 (file)
--- a/ipsets.h
+++ b/ipsets.h
@@ -29,8 +29,7 @@ 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);
 
-struct fw3_ipset * fw3_lookup_ipset(struct fw3_state *state, const char *name,
-                                    bool running);
+struct fw3_ipset * fw3_lookup_ipset(struct fw3_state *state, const char *name);
 
 #define fw3_free_ipset(ipset) \
        fw3_free_object(ipset, fw3_ipset_opts)