add a blobmsg-to-json function
This commit is contained in:
parent
5e5abe33fe
commit
d28eb7fc28
2 changed files with 157 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue