Write statefile flags in hexadecimal format
[project/firewall3.git] / redirects.h
index 4436f52..14f90bb 100644 (file)
@@ -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)