rename init_tree -> init_cursetree
This commit is contained in:
parent
d35e200488
commit
0eb08bb04e
2 changed files with 3 additions and 12 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue