X-Git-Url: http://git.archive.openwrt.org/?p=project%2Ffirewall3.git;a=blobdiff_plain;f=ipsets.h;h=186a4171b1bd4e1f4d791f491c906388d49db544;hp=debe0e88962f6748ffc617b96808f1646d61b709;hb=ff9d5e13c9150c62fe698e4bc5541e6f92b241d0;hpb=5df8137ebc5db2bc9c6e71b2d154a5f77679d9d8 diff --git a/ipsets.h b/ipsets.h index debe0e8..186a417 100644 --- a/ipsets.h +++ b/ipsets.h @@ -27,7 +27,7 @@ extern const struct fw3_option fw3_ipset_opts[]; struct fw3_ipset * fw3_alloc_ipset(void); 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 fw3_state *state, enum fw3_family family); struct fw3_ipset * fw3_lookup_ipset(struct fw3_state *state, const char *name, bool running);