aboutsummaryrefslogtreecommitdiff
path: root/include/dtree/dyn_tree.h
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2016-08-22 11:15:16 +0200
committerKatharina Fey <kookie@spacekookie.de>2016-08-22 11:15:16 +0200
commit1fdedc5f41a36b774a7a691edb5c8722f2529f82 (patch)
treec2607cdaa9cd8957d2ec5f860dfa68e2f38f47e8 /include/dtree/dyn_tree.h
parent40a3881a694a9e33104dba706e9ec15eba5e67d7 (diff)
First release candidate for version 1.0
- Adding preliminary json encode functionality - Adding new executable with test functions Code needs further testing but should be functional.
Diffstat (limited to '')
-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);
/**