X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=options.h;h=004eeeee1f8d63c8ff98b6dcbf712c242c978cbd;hb=f12271d15da3796c558b6649e97dad988ae2c057;hp=e903ab3ffe972365a81446b5738ccc5d6df9857a;hpb=29f2457a3d054893c8718fd511bb11ab1d8f5652;p=project%2Ffirewall3.git diff --git a/options.h b/options.h index e903ab3..004eeee 100644 --- a/options.h +++ b/options.h @@ -456,6 +456,13 @@ struct fw3_state bool statefile; }; +struct fw3_chain_spec { + int family; + int table; + int flag; + const char *format; +}; + struct fw3_option {