From fc54151bbc6c81067c1d6c8ee752e6aad1ea984e Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 16 Mar 2010 02:50:22 -0400 Subject: Rename dmnsn_bvst_copy() to dmnsn_copy_bvst(). --- libdimension/bvst.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libdimension/bvst.h') 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); -- cgit v1.2.3