X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=ubusd.h;fp=ubusd.h;h=991a59fe04def2500e58421a37112034fe96c35f;hb=e02813b2cc62f672127360e7515017c02df7af18;hp=5031ed455dd0c97dc948b92c4c238f7d2aa233ce;hpb=6d1ea6c33d321e4840b05986b6ce8e214bd1ba3a;p=project%2Fubus.git diff --git a/ubusd.h b/ubusd.h index 5031ed4..991a59f 100644 --- a/ubusd.h +++ b/ubusd.h @@ -67,7 +67,7 @@ struct ubus_path { 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_send(struct ubus_client *cl, struct ubus_msg_buf *ub); void ubus_msg_free(struct ubus_msg_buf *ub); struct blob_attr **ubus_parse_msg(struct blob_attr *msg);