aboutsummaryrefslogtreecommitdiff
path: root/include/dtree/dyn_tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dtree/dyn_tree.h')
-rw-r--r--include/dtree/dyn_tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dtree/dyn_tree.h b/include/dtree/dyn_tree.h
index 64b463b..4155af4 100644
--- a/include/dtree/dyn_tree.h
+++ b/include/dtree/dyn_tree.h
@@ -282,7 +282,7 @@ dt_err dtree_encode_set(dtree *data, short setting);
* @param json_data
* @return
*/
-dt_err dtree_encode_json(dtree *data, char *(*json_data));
+dt_err dtree_encode_json(dtree *data, char *json_data);
/**