/* sym.h */

/* 
 * $Header: /a/vulcan/xtel/isode/isode-master/pepsy/RCS/sym.h,v 8.0 91/07/17 12:43:16 isode Rel $
 *
 *
 * $Log:	sym.h,v $
 * Revision 8.0  91/07/17  12:43:16  isode
 * Release 7.0
 * 
 * 
 */

/*
 *				  NOTICE
 *
 *    Acquisition, use, and distribution of this module and related
 *    materials are subject to the restrictions of a license agreement.
 *    Consult the Preface in the User's Manual for the full terms of
 *    this agreement.
 *
 */


typedef struct symlist {
    char   *sy_encpref;
    char   *sy_decpref;
    char   *sy_prfpref;
    char   *sy_module;
    char   *sy_name;

    YP	    sy_type;

    struct symlist *sy_next;
}		symlist, *SY;
#define	NULLSY	((SY) 0)

