source: tags/cvs_2_svn/CONSENSUS_TREE/CT_ctree.hxx

Last change on this file was 5455, checked in by anonymous, 16 years ago

This commit was manufactured by cvs2svn to create tag 'cvs_2_svn'.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 194 bytes
Line 
1#ifndef CT_ctree_hxx_included
2#define CT_ctree_hxx_included
3
4void ctree_init(int node_count, char **names);
5void insert_ctree(GBT_TREE *tree, int weight); 
6GBT_TREE *get_ctree(void);
7
8
9
10
11#endif
Note: See TracBrowser for help on using the repository browser.