ubusd: fix a memory leak on user/group client info
[project/ubus.git] / ubusd.h
diff --git a/ubusd.h b/ubusd.h
index 6078e02991fd1e3cfac34f54bf96aac32268d5b0..5031ed455dd0c97dc948b92c4c238f7d2aa233ce 100644 (file)
--- a/ubusd.h
+++ b/ubusd.h
@@ -64,6 +64,8 @@ struct ubus_path {
        const char name[];
 };
 
+extern const char *ubusd_acl_dir;
+
 struct ubus_msg_buf *ubus_msg_new(void *data, int len, bool shared);
 void ubus_msg_send(struct ubus_client *cl, struct ubus_msg_buf *ub, bool free);
 void ubus_msg_free(struct ubus_msg_buf *ub);