Improve ubus support
[project/firewall3.git] / ubus.h
diff --git a/ubus.h b/ubus.h
index e16b873f7a6cb1155f904f55a17c8515f954830a..4c104812757d17f274403657b3166f263e94be93 100644 (file)
--- a/ubus.h
+++ b/ubus.h
@@ -32,4 +32,6 @@ struct fw3_device * fw3_ubus_device(const char *net);
 
 struct list_head * fw3_ubus_address(const char *net);
 
+void fw3_ubus_zone_devices(struct fw3_zone *zone);
+
 #endif