summaryrefslogtreecommitdiff
path: root/rules.h
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-03-14 16:07:41 +0100
committerJo-Philipp Wich <jow@openwrt.org>2013-03-14 16:09:37 +0100
commitab591095d650bc3e997bad12aa7662e49d5cd9d5 (patch)
tree5e9716702f845797309710f175d64f77bb2a45b3 /rules.h
parent93dbca65fc8d655eb18a498214e7e770de7290ac (diff)
downloadfirewall3-ab591095d650bc3e997bad12aa7662e49d5cd9d5.tar.gz
Consolidate and unify argument order for functions
Diffstat (limited to 'rules.h')
-rw-r--r--rules.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules.h b/rules.h
index 38d0df7..44a40f2 100644
--- a/rules.h
+++ b/rules.h
@@ -27,8 +27,8 @@
extern const struct fw3_option fw3_rule_opts[];
void fw3_load_rules(struct fw3_state *state, struct uci_package *p);
-void fw3_print_rules(enum fw3_table table, enum fw3_family family,
- struct fw3_state *state);
+void fw3_print_rules(struct fw3_state *state, enum fw3_family family,
+ enum fw3_table table);
#define fw3_free_rule(rule) \
fw3_free_object(rule, fw3_rule_opts)