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>2013-01-06 05:15:48 +0400
committerFelix Fietkau <nbd@openwrt.org>2013-01-06 05:15:48 +0400
commit76f584c7612dc5ac8090da19b50ab159cb5c586a (patch)
treef21f5d88c123734ec33ee1e4caccd3a435da0f02 /blobmsg_json.h
parentb7930023ee0d1b66b4bda9273639f4813e3b7043 (diff)
blobmsg_json: export blobmsg_add_object
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'blobmsg_json.h')
-rw-r--r--blobmsg_json.h1
1 files changed, 1 insertions, 0 deletions
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 <stdbool.h>
#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);