X-Git-Url: http://git.archive.openwrt.org/?p=project%2Ffirewall3.git;a=blobdiff_plain;f=options.h;h=004eeeee1f8d63c8ff98b6dcbf712c242c978cbd;hp=e903ab3ffe972365a81446b5738ccc5d6df9857a;hb=b3c483a8cdeb2c537c3acf70f56865e5f30cfcfc;hpb=1fbc7b77f4b7748b8ebfea201a3eb09153e35c23 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 {