X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=zones.h;fp=zones.h;h=dd449a6fa5a39b5b20c655abfebf500691c40ef0;hb=d59395113fbe28061b575c6f1fae7d2569f5ff0c;hp=63ed3a596ed5c8ae43f22b092ac4137bebdc469c;hpb=ebe3dbe3e8063ed63011bf505fc371d6b0f88aad;p=project%2Ffirewall3.git diff --git a/zones.h b/zones.h index 63ed3a5..dd449a6 100644 --- a/zones.h +++ b/zones.h @@ -38,8 +38,7 @@ void fw3_flush_zones(struct fw3_state *state, enum fw3_family family, void fw3_hotplug_zones(struct fw3_state *state, bool add); -struct fw3_zone * fw3_lookup_zone(struct fw3_state *state, const char *name, - bool running); +struct fw3_zone * fw3_lookup_zone(struct fw3_state *state, const char *name); void fw3_free_zone(struct fw3_zone *zone);