rename init_tree -> init_cursetree

This commit is contained in:
Emile Clark-Boman 2025-09-11 21:12:40 +10:00
parent d35e200488
commit 0eb08bb04e
2 changed files with 3 additions and 12 deletions

View file

@ -51,7 +51,7 @@ struct crs_tree {
};
/* === External Interface === */
int init_tree(struct crs_tree **const tree);
int init_cursetree(struct crs_tree **const tree);
void destroy_tree(struct crs_tree *const tree);
void resize_tree(struct crs_tree *const tree, struct crs_nodedims *const dims);