From 54a0b49326904fc3281c72cd9d9f1fe950e39d05 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 29 May 2013 12:14:40 +0200 Subject: blobmsg_json: add blobmsg_add_json_from_file Signed-off-by: Felix Fietkau --- blobmsg_json.h | 1 + 1 file changed, 1 insertion(+) (limited to 'blobmsg_json.h') diff --git a/blobmsg_json.h b/blobmsg_json.h index 45ebd6d..e8036eb 100644 --- a/blobmsg_json.h +++ b/blobmsg_json.h @@ -28,6 +28,7 @@ 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); +bool blobmsg_add_json_from_file(struct blob_buf *b, const char *file); typedef const char *(*blobmsg_json_format_t)(void *priv, struct blob_attr *attr); -- cgit v1.2.3