X-Git-Url: http://git.archive.openwrt.org/?p=project%2Ffirewall3.git;a=blobdiff_plain;f=ipsets.h;h=9704177725b57cf571da6e82970a02a51fb2fe13;hp=929f31194627c7a20b9659fd2a7872f81a67d280;hb=b3c483a8cdeb2c537c3acf70f56865e5f30cfcfc;hpb=964b303f7784fac1ab453c96117bb7485daccc9b diff --git a/ipsets.h b/ipsets.h index 929f311..9704177 100644 --- a/ipsets.h +++ b/ipsets.h @@ -19,9 +19,12 @@ #ifndef __FW3_IPSETS_H #define __FW3_IPSETS_H +#include + #include "options.h" #include "utils.h" + extern const struct fw3_option fw3_ipset_opts[]; struct fw3_ipset * fw3_alloc_ipset(void); @@ -31,6 +34,8 @@ void fw3_destroy_ipsets(struct fw3_state *state); struct fw3_ipset * fw3_lookup_ipset(struct fw3_state *state, const char *name); +bool fw3_check_ipset(struct fw3_ipset *set); + #define fw3_free_ipset(ipset) \ fw3_free_object(ipset, fw3_ipset_opts)