Rename struct fw3_rule_spec to struct fw3_chain_spec and move the declaration to...
[project/firewall3.git] / options.h
index e903ab3ffe972365a81446b5738ccc5d6df9857a..004eeeee1f8d63c8ff98b6dcbf712c242c978cbd 100644 (file)
--- 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
 {