X-Git-Url: http://git.archive.openwrt.org/?p=project%2Flibubox.git;a=blobdiff_plain;f=blobmsg.h;h=dce5b85c82580fbff83eecb1073a0006eac188eb;hp=e9782355918041a49a1eb2cee06e1ee1e3d6637b;hb=29598e3dc850c2edf721704bf00f6a825077ff6e;hpb=36ddbe83b3e8e91500e3fa1e350b6c3cbc4b1ccc;ds=sidebyside diff --git a/blobmsg.h b/blobmsg.h index e978235..dce5b85 100644 --- a/blobmsg.h +++ b/blobmsg.h @@ -139,6 +139,9 @@ static inline int blobmsg_buf_init(struct blob_buf *buf) return blob_buf_init(buf, BLOBMSG_TYPE_TABLE); } +void *blobmsg_alloc_string_buffer(struct blob_buf *buf, const char *name, int maxlen); +void blobmsg_add_string_buffer(struct blob_buf *buf); + char *blobmsg_format_json(struct blob_attr *attr, bool list); #define blobmsg_for_each_attr(pos, attr, rem) \