X-Git-Url: http://git.archive.openwrt.org/?p=project%2Ffirewall3.git;a=blobdiff_plain;f=redirects.h;h=14f90bb6d01748554b16c94d2a83a75619995078;hp=4436f52ffb15b72d97cd3f0b217d81ff62fa0984;hb=eb2a20924afd979feb485298111ced679de42aa0;hpb=5df8137ebc5db2bc9c6e71b2d154a5f77679d9d8 diff --git a/redirects.h b/redirects.h index 4436f52..14f90bb 100644 --- a/redirects.h +++ b/redirects.h @@ -27,8 +27,8 @@ extern const struct fw3_option fw3_redirect_opts[]; void fw3_load_redirects(struct fw3_state *state, struct uci_package *p); -void fw3_print_redirects(enum fw3_table table, enum fw3_family family, - struct fw3_state *state); +void fw3_print_redirects(struct fw3_state *state, enum fw3_family family, + enum fw3_table table); #define fw3_free_redirect(redir) \ fw3_free_object(redir, fw3_redirect_opts)