void ubusd_receive_message(struct ubus_client *cl, struct ubus_msg_buf *ub);
bool ubusd_send_hello(struct ubus_client *cl);
-struct blob_attr **ubus_parse_msg(struct blob_attr *msg);
-
void ubusd_event_init(void);
void ubusd_event_cleanup_object(struct ubus_object *obj);
[UBUS_ATTR_STATUS] = { .type = BLOB_ATTR_INT32 },
};
-struct blob_attr **ubus_parse_msg(struct blob_attr *msg)
+static struct blob_attr **ubus_parse_msg(struct blob_attr *msg)
{
blob_parse(msg, attrbuf, ubus_policy, UBUS_ATTR_MAX);
return attrbuf;