aboutsummaryrefslogtreecommitdiff
path: root/include/dtree/dtree.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dtree/dtree.h')
-rw-r--r--include/dtree/dtree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dtree/dtree.h b/include/dtree/dtree.h
index b46b000..2a62ee7 100644
--- a/include/dtree/dtree.h
+++ b/include/dtree/dtree.h
@@ -208,7 +208,7 @@ dt_err dtree_search_payload(dtree *data, dtree *(*found), void *payload, dt_uni_
* @param copy
* @return
*/
-dt_err dtree_deep_copy(dtree *data, dtree *(*copy));
+dt_err dtree_copy_deep(dtree *data, dtree *(*copy));
/**