Fix processing of negated options
[project/firewall3.git] / redirects.h
index 14f90bb..b7001a4 100644 (file)
 #include "zones.h"
 #include "ipsets.h"
 #include "ubus.h"
+#include "iptables.h"
 
 extern const struct fw3_option fw3_redirect_opts[];
 
 void fw3_load_redirects(struct fw3_state *state, struct uci_package *p);
-void fw3_print_redirects(struct fw3_state *state, enum fw3_family family,
-                         enum fw3_table table);
+void fw3_print_redirects(struct fw3_ipt_handle *handle,
+                         struct fw3_state *state);
 
 #define fw3_free_redirect(redir) \
        fw3_free_object(redir, fw3_redirect_opts)