2025-09-13 10:58:31 +10:00
|
|
|
#ifndef CURSETREE_CURSETREE_H
|
|
|
|
|
#define CURSETREE_CURSETREE_H
|
2025-09-10 22:49:24 +10:00
|
|
|
|
2025-09-13 11:16:28 +10:00
|
|
|
#include "tree.h"
|
2025-09-10 22:49:24 +10:00
|
|
|
|
|
|
|
|
/* === External Interface === */
|
2025-09-13 11:21:34 +10:00
|
|
|
int ct_init(struct ct_tree **const tree);
|
|
|
|
|
void ct_update(struct ct_tree *const tree);
|
2025-09-10 22:49:24 +10:00
|
|
|
|
2025-09-13 10:58:31 +10:00
|
|
|
#endif /* CURSETREE_CURSETREE_H */
|