add a blobmsg-to-json function

This commit is contained in:
Felix Fietkau 2011-01-23 22:52:53 +01:00
parent 5e5abe33fe
commit d28eb7fc28
2 changed files with 157 additions and 0 deletions

View file

@ -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