source: tags/initial/ARBDB/adseqcompr.h

Last change on this file was 2, checked in by oldcode, 23 years ago

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 227 bytes
Line 
1
2
3typedef struct {
4    int len;
5    char        used[256];
6    unsigned char *con[256];
7} GB_Consensus;
8
9
10
11typedef struct {
12    GBDATA *gbd;
13    int master;
14}GB_Sequence;
15
16typedef struct {
17    GBDATA *gbd;
18    int master;
19}GB_Master;
Note: See TracBrowser for help on using the repository browser.