aboutsummaryrefslogtreecommitdiff
path: root/src/include/tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/tree.h')
-rw-r--r--src/include/tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/tree.h b/src/include/tree.h
index 816243c..9ba713b 100644
--- a/src/include/tree.h
+++ b/src/include/tree.h
@@ -20,6 +20,6 @@ typedef struct TREE_STRUC {
} TREE_t;
-TREE_t tree_init(int type);
+TREE_t* tree_init(int type);
#endif