summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Freundt <freundt@ga-group.nl>2018-02-09 09:32:51 +0000
committerSebastian Freundt <freundt@ga-group.nl>2018-02-09 09:34:10 +0000
commite1fd1160715478ca9b59073f52ea76f674a67bdb (patch)
tree20376e6be4916bc119c20cc227e77199b248e18d
parent9f437ab24664eb819162db2f688da3408e0bfc08 (diff)
downloadraptor-e1fd1160715478ca9b59073f52ea76f674a67bdb.tar.gz
fix, PEBKAC, actually declare raptor_avltree_trim() as it is implemented
-rw-r--r--src/raptor2.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raptor2.h.in b/src/raptor2.h.in
index 5d9e3e26..f9b9f94a 100644
--- a/src/raptor2.h.in
+++ b/src/raptor2.h.in
@@ -2153,7 +2153,7 @@ void* raptor_avltree_remove(raptor_avltree* tree, void* p_data);
RAPTOR_API
int raptor_avltree_delete(raptor_avltree* tree, void* p_data);
RAPTOR_API
-int raptor_avltree_trim(raptor_avltree* tree);
+void raptor_avltree_trim(raptor_avltree* tree);
RAPTOR_API
void* raptor_avltree_search(raptor_avltree* tree, const void* p_data);
RAPTOR_API