|
|
1.1 root 1: /* sym.h */
2:
3: /*
4: * $Header: /f/osi/pepsy/RCS/sym.h,v 7.0 90/07/01 19:54:45 mrose Exp $
5: *
6: *
7: * $Log: sym.h,v $
8: * Revision 7.0 90/07/01 19:54:45 mrose
9: * *** empty log message ***
10: *
11: */
12:
13: /*
14: * NOTICE
15: *
16: * Acquisition, use, and distribution of this module and related
17: * materials are subject to the restrictions of a license agreement.
18: * Consult the Preface in the User's Manual for the full terms of
19: * this agreement.
20: *
21: */
22:
23:
24: typedef struct symlist {
25: char *sy_encpref;
26: char *sy_decpref;
27: char *sy_prfpref;
28: char *sy_module;
29: char *sy_name;
30:
31: YP sy_type;
32:
33: struct symlist *sy_next;
34: } symlist, *SY;
35: #define NULLSY ((SY) 0)
36:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.