|
|
1.1 root 1: /*
2: * $Header: /f/osi/others/quipu/uips/pod/RCS/sequence.h,v 7.0 90/06/12 13:15:58 mrose Exp $
3: */
4:
5: /*
6: * $Log: sequence.h,v $
7: * Revision 7.0 90/06/12 13:15:58 mrose
8: * *** empty log message ***
9: *
10: * Revision 1.5 90/04/26 10:21:40 emsrdsm
11: * *** empty log message ***
12: *
13: * Revision 1.4 90/04/25 13:48:08 emsrdsm
14: * i) lint'ed
15: *
16: * Revision 1.3 90/04/20 10:28:43 emsrdsm
17: * (i) fixed form bug
18: *
19: * Revision 1.2 90/04/18 18:48:44 emsrdsm
20: * i) added logging
21: *
22: * Revision 1.1 90/04/10 16:45:49 emsrdsm
23: * Initial revision
24: *
25: */
26:
27:
28: #ifndef SEQ
29: #define SEQ
30:
31: #include <strings.h>
32:
33: #ifdef QUIPU_MALLOC
34:
35: #else
36: extern char * malloc ();
37: extern char * smalloc ();
38: #endif
39:
40: typedef struct d_seq{
41: char *dname;
42: unsigned strlen;
43: int seq_num;
44: struct d_seq *next;
45: } d_seq, *D_seq;
46:
47: #define NULLDS ((D_seq) 0)
48: char * get_from_seq ();
49: #endif
50:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.