X-Git-Url: http://git.archive.openwrt.org/?p=project%2Ffirewall3.git;a=blobdiff_plain;f=zones.h;h=b78aa32ece58043e02db9c18fe4a1e94a1eaf9c4;hp=353f08926f7e9634ab23d8885bfd93e17c1e9f78;hb=2bcf21ee2e44e9e4158ae4a36a5d73832cd99587;hpb=b6109157659a7d3f389797cfc6f91c90641ba33e diff --git a/zones.h b/zones.h index 353f089..b78aa32 100644 --- a/zones.h +++ b/zones.h @@ -28,11 +28,11 @@ struct fw3_zone * fw3_alloc_zone(void); void fw3_load_zones(struct fw3_state *state, struct uci_package *p); -void fw3_print_zone_chains(struct fw3_state *state, enum fw3_family family, - enum fw3_table table, bool reload); +void fw3_print_zone_chains(struct fw3_ipt_handle *handle, + struct fw3_state *state, bool reload); -void fw3_print_zone_rules(struct fw3_state *state, enum fw3_family family, - enum fw3_table table, bool reload); +void fw3_print_zone_rules(struct fw3_ipt_handle *handle, + struct fw3_state *state, bool reload); void fw3_flush_zones(struct fw3_ipt_handle *handle, struct fw3_state *state, bool reload);