summaryrefslogtreecommitdiffstats
path: root/libdimension/bvst.c
diff options
context:
space:
mode:
Diffstat (limited to 'libdimension/bvst.c')
-rw-r--r--libdimension/bvst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdimension/bvst.c b/libdimension/bvst.c
index 9fed665..bfc8124 100644
--- a/libdimension/bvst.c
+++ b/libdimension/bvst.c
@@ -56,7 +56,7 @@ dmnsn_bvst_copy_recursive(dmnsn_bvst_node *root)
/* Copy a BVST */
dmnsn_bvst *
-dmnsn_bvst_copy(dmnsn_bvst *tree)
+dmnsn_copy_bvst(dmnsn_bvst *tree)
{
dmnsn_bvst *copy = dmnsn_new_bvst();
if (tree->root)