Annotation of 43BSDReno/contrib/isode-beta/h/pepdefs.h, revision 1.1

1.1     ! root        1: /* pepdefs.h */
        !             2: 
        !             3: /* 
        !             4:  * $Header: /f/osi/h/RCS/pepdefs.h,v 7.0 90/07/01 19:52:37 mrose Exp $
        !             5:  *
        !             6:  *
        !             7:  * $Log:       pepdefs.h,v $
        !             8:  * Revision 7.0  90/07/01  19:52:37  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: #ifndef PEPDEF_DEFINITIONS
        !            25: #define PEPDEF_DEFINITIONS
        !            26: /*
        !            27:  * Globally known pep definitions
        !            28:  */
        !            29: 
        !            30: typedef        struct  {
        !            31:        char    *md_name;       /* Name of this module */
        !            32:        int     md_nentries;    /* Number of entries */
        !            33:        tpe     **md_etab;      /* Pointer to encoding tables */
        !            34:        tpe     **md_dtab;      /* Pointer to decoding tables */
        !            35:        ptpe **md_ptab; /* Pointer to Printing tables */
        !            36:        PE      (*md_eucode)(); /* User code for encoding */
        !            37:        PE      (*md_ducode)(); /* User code for decoding */
        !            38:        PE      (*md_pucode)(); /* User code for printing */
        !            39: 
        !            40:        }       modtyp;
        !            41: 
        !            42: #ifndef NULL
        !            43: #define NULL   (char *)0
        !            44: #endif
        !            45: 
        !            46: #endif

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.