X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=zones.h;fp=zones.h;h=57e42df59e03a1b07d98d6e874926480d1b92524;hb=ea1e5c25c1c4c8c82b51c0440d033944ccb4e2e2;hp=8537af73f81930877b92563d2fe5c06ae3a3e3aa;hpb=a60a91f643e2bceb202cc4c965c47dc6325c1f02;p=project%2Ffirewall3.git 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);