interface-ip: move struct device_addr below struct device_route
[project/netifd.git] / ubus.h
diff --git a/ubus.h b/ubus.h
index 553faef99764dd6175da6fb33e268225c37a3fa5..541962258bb186429d5cf6386b363779e9938c24 100644 (file)
--- a/ubus.h
+++ b/ubus.h
@@ -14,6 +14,8 @@
 #ifndef __NETIFD_UBUS_H
 #define __NETIFD_UBUS_H
 
+extern struct ubus_context *ubus_ctx;
+
 int netifd_ubus_init(const char *path);
 void netifd_ubus_done(void);
 void netifd_ubus_add_interface(struct interface *iface);