X-Git-Url: http://git.archive.openwrt.org/?p=project%2Ffirewall3.git;a=blobdiff_plain;f=zones.h;h=4205196268f75061280ac13da656ab4362245a06;hp=cf5ce3c7ee1da2fd81ee4bc4aec1e07c27c3bd5e;hb=b59934331c4b9271ceb5e30b793a552618299d39;hpb=50e97c52e75bdfd325cf20d43b32d294ff84d92f diff --git a/zones.h b/zones.h index cf5ce3c..4205196 100644 --- a/zones.h +++ b/zones.h @@ -44,7 +44,8 @@ void fw3_hotplug_zones(struct fw3_state *state, bool add); struct fw3_zone * fw3_lookup_zone(struct fw3_state *state, const char *name); -struct list_head * fw3_resolve_zone_addresses(struct fw3_zone *zone); +struct list_head * fw3_resolve_zone_addresses(struct fw3_zone *zone, + struct fw3_address *addr); #define fw3_free_zone(zone) \ fw3_free_object(zone, fw3_zone_opts)