X-Git-Url: http://git.archive.openwrt.org/?p=project%2Flibubox.git;a=blobdiff_plain;f=blobmsg_json.h;h=4471a4e6bfe4865a837f39696cff26c3cb8580db;hp=242657de3ecdddfc357fe47702a55735379921eb;hb=76f584c7612dc5ac8090da19b50ab159cb5c586a;hpb=b7930023ee0d1b66b4bda9273639f4813e3b7043 diff --git a/blobmsg_json.h b/blobmsg_json.h index 242657d..4471a4e 100644 --- a/blobmsg_json.h +++ b/blobmsg_json.h @@ -20,6 +20,7 @@ #include #include "blobmsg.h" +bool blobmsg_add_object(struct blob_buf *b, json_object *obj); bool blobmsg_add_json_element(struct blob_buf *b, const char *name, json_object *obj); bool blobmsg_add_json_from_string(struct blob_buf *b, const char *str);