X-Git-Url: http://git.archive.openwrt.org/?p=project%2Ffirewall3.git;a=blobdiff_plain;f=ubus.h;h=263f827a9fd16e9312b2dd9df34fb74d473664a6;hp=1cda487f077b99d0e59b5ecff4fd508de1ba650f;hb=HEAD;hpb=be8ead27f625b3e4ed383f270dcfee2d158231ec diff --git a/ubus.h b/ubus.h index 1cda487..263f827 100644 --- a/ubus.h +++ b/ubus.h @@ -30,7 +30,7 @@ void fw3_ubus_disconnect(void); struct fw3_device * fw3_ubus_device(const char *net); -void fw3_ubus_address(struct list_head *list, const char *net); +int fw3_ubus_address(struct list_head *list, const char *net); void fw3_ubus_zone_devices(struct fw3_zone *zone);