X-Git-Url: http://git.archive.openwrt.org/?p=project%2Ffirewall3.git;a=blobdiff_plain;f=ubus.h;h=4c104812757d17f274403657b3166f263e94be93;hp=0b4c01a1771815953c90242d95ab2dbd68cfda63;hb=93aea77092b0c178fefe3ab95fc040534eda90a3;hpb=8fee8f9c520c58d07772cc6bd8f65d9eb1776a56 diff --git a/ubus.h b/ubus.h index 0b4c01a..4c10481 100644 --- a/ubus.h +++ b/ubus.h @@ -31,6 +31,7 @@ void fw3_ubus_disconnect(void); struct fw3_device * fw3_ubus_device(const char *net); struct list_head * fw3_ubus_address(const char *net); -void fw3_ubus_address_free(struct list_head *list); + +void fw3_ubus_zone_devices(struct fw3_zone *zone); #endif