dorne/cursetree/cursetree.h

10 lines
237 B
C

#ifndef CURSETREE_CURSETREE_H
#define CURSETREE_CURSETREE_H
#include "tree.h"
/* === External Interface === */
int ct_init(struct crs_tree **const tree);
void ct_update(struct crs_tree *const tree);
#endif /* CURSETREE_CURSETREE_H */