Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-01-24 00:52:53 +0300
committerFelix Fietkau <nbd@openwrt.org>2011-01-24 00:52:53 +0300
commitd28eb7fc2816e5f9b2e8e3455c0c19faf2270b08 (patch)
tree618974814b07708b736ae61883fd32f34a313768 /blobmsg.h
parent5e5abe33feb21aff94b6a1bf492d9e6b2cda2d80 (diff)
add a blobmsg-to-json function
Diffstat (limited to 'blobmsg.h')
-rw-r--r--blobmsg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/blobmsg.h b/blobmsg.h
index 8594add..c64cedb 100644
--- a/blobmsg.h
+++ b/blobmsg.h
@@ -139,4 +139,6 @@ static inline int blobmsg_buf_init(struct blob_buf *buf)
return blob_buf_init(buf, BLOBMSG_TYPE_TABLE);
}
+char *blobmsg_format_json(struct blob_attr *attr);
+
#endif