source: tags/arb_5.1/CONSENSUS_TREE/CT_hash.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: 382 bytes
Line 
1typedef struct hnode {
2    PART *part;
3    struct hnode *next;
4} HNODE;
5
6struct gbs_hash_struct;
7extern int Tree_count;
8extern gbs_hash_struct *Name_hash;
9#define HASH_MAX 123
10
11void hash_print(void);
12void hash_init(void);
13void hash_settreecount(int tree_count);
14void hash_free(void);
15PART *hash_getpart(void);
16void hash_insert(PART *part, int weight);
17void build_sorted_list(void);
Note: See TracBrowser for help on using the repository browser.