diff options
author | Tavian Barnes <tavianator@gmail.com> | 2010-03-16 02:50:22 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2010-03-16 02:50:22 -0400 |
commit | fc54151bbc6c81067c1d6c8ee752e6aad1ea984e (patch) | |
tree | 6d312ad23009e4022e7671d150019616d0dc9f66 /libdimension/bvst.h | |
parent | a52e8bc7f279b3932f9ac5c241207b4509c9bd99 (diff) | |
download | dimension-fc54151bbc6c81067c1d6c8ee752e6aad1ea984e.tar.xz |
Rename dmnsn_bvst_copy() to dmnsn_copy_bvst().
Diffstat (limited to 'libdimension/bvst.h')
-rw-r--r-- | libdimension/bvst.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdimension/bvst.h b/libdimension/bvst.h index b4bff37..b783117 100644 --- a/libdimension/bvst.h +++ b/libdimension/bvst.h @@ -54,7 +54,7 @@ struct dmnsn_bvst_node { }; dmnsn_bvst *dmnsn_new_bvst(); -dmnsn_bvst *dmnsn_bvst_copy(dmnsn_bvst *tree); +dmnsn_bvst *dmnsn_copy_bvst(dmnsn_bvst *tree); void dmnsn_delete_bvst(dmnsn_bvst *tree); void dmnsn_bvst_insert(dmnsn_bvst *tree, dmnsn_object *object); |