JPRED-2 Add sources of all binaries (except alscript) to Git
[jpred.git] / sources / multicoil / sc.h
1 /* The data type Sequence is defined here.  */
2
3 #ifndef __sc_h__
4 #define __sc_h__
5 typedef struct { int seqlen;
6                  char *seq;
7                  char *reg;
8                  char *title;
9                  char *code;
10                } Sequence;
11 #endif