source: tags/arb_5.3/CONSENSUS_TREE/CT_rbtree.hxx

Last change on this file was 5390, checked in by westram, 16 years ago
  • TAB-Ex
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 150 bytes
Line 
1typedef struct {
2    GBT_LEN len;
3    GBT_TREE *node;
4    int percent;
5} RB_INFO;
6
7
8void rb_init(char **names);
9
10GBT_TREE *rb_gettree(NT_NODE *tree);
Note: See TracBrowser for help on using the repository browser.