summaryrefslogtreecommitdiffstats
path: root/libdimension/bvst.c
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2010-03-16 02:50:22 -0400
committerTavian Barnes <tavianator@gmail.com>2010-03-16 02:50:22 -0400
commitfc54151bbc6c81067c1d6c8ee752e6aad1ea984e (patch)
tree6d312ad23009e4022e7671d150019616d0dc9f66 /libdimension/bvst.c
parenta52e8bc7f279b3932f9ac5c241207b4509c9bd99 (diff)
downloaddimension-fc54151bbc6c81067c1d6c8ee752e6aad1ea984e.tar.xz
Rename dmnsn_bvst_copy() to dmnsn_copy_bvst().
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)