aboutsummaryrefslogtreecommitdiff
path: root/include/dtree/dtree.h
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2016-12-11 16:38:56 +0100
committerKatharina Fey <kookie@spacekookie.de>2019-06-04 20:21:53 +0200
commit3a24d54a98effc87a0c415d83ef774e02f3a75cc (patch)
tree2da3cba5589a5cf4cb221ccb08bc0aa572323442 /include/dtree/dtree.h
parent379046562d8f0c24d50168a5c9dad6a3e4c4ab91 (diff)
Changing parser API slightly and adding compile support to build system
Diffstat (limited to '')
-rw-r--r--include/dtree/dtree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dtree/dtree.h b/include/dtree/dtree.h
index a315014..c0ab824 100644
--- a/include/dtree/dtree.h
+++ b/include/dtree/dtree.h
@@ -357,7 +357,7 @@ dt_err dtree_encode_json(dtree *data, char *json_data);
* @param json_data Input json string
* @return
*/
-dt_err dtree_decode_json(dtree *(*data), const char *json_data);
+dt_err dtree_decode_json(dtree *(*data), const char *json_data, size_t len);
#ifdef __cplusplus
}