From 0a86ba8b9fb2ad064080d66fe99f2311fb5b9029 Mon Sep 17 00:00:00 2001
From: Jakob Olsson <jakobols@kth.se>
Date: Mon, 11 Jun 2018 10:13:17 +0200
Subject: [PATCH] fix header to fit dongle_destroy...

---
 dongle_infrastructure.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dongle_infrastructure.h b/dongle_infrastructure.h
index a036b63..7addfe6 100644
--- a/dongle_infrastructure.h
+++ b/dongle_infrastructure.h
@@ -50,5 +50,5 @@ int devices_status(struct uloop_timeout *t);
 struct ubus_object *dongle_create_dynamic_object(struct device *dev_instance);
 int publish_ubus_object(struct ubus_context *ctx, struct ubus_object *obj);
 int unpublish_ubus_object(struct ubus_context *ctx, struct ubus_object *obj);
-void dongle_destroy_dynamic_object(struct ubus_object *obj);
+void dongle_destroy_dynamic_object(struct ubus_object **obj);
 #endif
-- 
GitLab