X-Git-Url: http://git.archive.openwrt.org/?p=project%2Ffirewall3.git;a=blobdiff_plain;f=zones.h;h=57e42df59e03a1b07d98d6e874926480d1b92524;hp=8537af73f81930877b92563d2fe5c06ae3a3e3aa;hb=ea1e5c25c1c4c8c82b51c0440d033944ccb4e2e2;hpb=8fee8f9c520c58d07772cc6bd8f65d9eb1776a56 diff --git a/zones.h b/zones.h index 8537af7..57e42df 100644 --- a/zones.h +++ b/zones.h @@ -29,6 +29,9 @@ void fw3_print_zone_chains(enum fw3_table table, enum fw3_family family, void fw3_print_zone_rules(enum fw3_table table, enum fw3_family family, struct fw3_state *state); +void fw3_flush_zones(enum fw3_table table, enum fw3_family family, + bool pass2, struct list_head *statefile); + struct fw3_zone * fw3_lookup_zone(struct fw3_state *state, const char *name); void fw3_free_zone(struct fw3_zone *zone);