X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=options.h;h=0a2fa7f45c54005b4d3e624e128b9aa9a49018d3;hb=e678dcbf0336c3ca10f9fe2fae8b19347b6c1d4d;hp=30c0a95bdd57f2201c7442408f0b8b5689dc9951;hpb=2f392a3b91c25c94abfc9a7862d908c923f7bf2b;p=project%2Ffirewall3.git diff --git a/options.h b/options.h index 30c0a95..0a2fa7f 100644 --- a/options.h +++ b/options.h @@ -41,6 +41,7 @@ #include #include +#include #include "icmp_codes.h" #include "utils.h" @@ -558,6 +559,8 @@ bool fw3_parse_direction(void *ptr, const char *val, bool is_list); bool fw3_parse_options(void *s, const struct fw3_option *opts, struct uci_section *section); +bool fw3_parse_blob_options(void *s, const struct fw3_option *opts, + struct blob_attr *a); const char * fw3_address_to_string(struct fw3_address *address, bool allow_invert);