X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fubus.git;a=blobdiff_plain;f=ubusd.h;h=5031ed455dd0c97dc948b92c4c238f7d2aa233ce;hp=6078e02991fd1e3cfac34f54bf96aac32268d5b0;hb=6f4e11e1db399074273944329883f9c35e7daef6;hpb=47d75dd84af8ba6e9bac0d24861653e11796bdb0 diff --git a/ubusd.h b/ubusd.h index 6078e02..5031ed4 100644 --- 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);