source:
branches/port5/CONSENSUS_TREE/CT_ctree.hxx
Last change on this file was 2, checked in by oldcode, 24 years ago | |
---|---|
|
|
File size: 194 bytes |
Line | |
---|---|
1 | #ifndef CT_ctree_hxx_included |
2 | #define CT_ctree_hxx_included |
3 | |
4 | void ctree_init(int node_count, char **names); |
5 | void insert_ctree(GBT_TREE *tree, int weight); |
6 | GBT_TREE *get_ctree(void); |
7 | |
8 | |
9 | |
10 | |
11 | #endif |
Note: See TracBrowser
for help on using the repository browser.