X-Git-Url: http://git.archive.openwrt.org/?p=project%2Ffirewall3.git;a=blobdiff_plain;f=redirects.h;h=b7001a431101255cb9b8cc8ea5ffc57bb2a3c785;hp=14f90bb6d01748554b16c94d2a83a75619995078;hb=d1a450f7f29b68c314b92cde4f8cd34d4766302b;hpb=ab591095d650bc3e997bad12aa7662e49d5cd9d5 diff --git a/redirects.h b/redirects.h index 14f90bb..b7001a4 100644 --- a/redirects.h +++ b/redirects.h @@ -23,12 +23,13 @@ #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)