aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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
}