dorne/cursetree/cursetree.h

11 lines
235 B
C
Raw Normal View History

#ifndef CURSETREE_CURSETREE_H
#define CURSETREE_CURSETREE_H
2025-09-10 22:49:24 +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
#endif /* CURSETREE_CURSETREE_H */