rename crs_* types to ct_*

This commit is contained in:
Emile Clark-Boman 2025-09-13 11:21:34 +10:00
parent 2d76f8221e
commit 1dd5dd79c8
6 changed files with 75 additions and 75 deletions

View file

@ -4,7 +4,7 @@
#include "tree.h"
/* === External Interface === */
int ct_init(struct crs_tree **const tree);
void ct_update(struct crs_tree *const tree);
int ct_init(struct ct_tree **const tree);
void ct_update(struct ct_tree *const tree);
#endif /* CURSETREE_CURSETREE_H */