|
|
BSD 4.3reno
/* pepdefs.h */
/*
* $Header: /var/lib/cvsd/repos/CSRG/43BSDReno/contrib/isode-beta/h/pepdefs.h,v 1.1.1.1 2018/04/24 16:12:56 root Exp $
*
*
* $Log: pepdefs.h,v $
* Revision 1.1.1.1 2018/04/24 16:12:56 root
* BSD 4.3reno
*
* Revision 7.0 90/07/01 19:52:37 mrose
* *** empty log message ***
*
*/
/*
* 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.
*
*/
#ifndef PEPDEF_DEFINITIONS
#define PEPDEF_DEFINITIONS
/*
* Globally known pep definitions
*/
typedef struct {
char *md_name; /* Name of this module */
int md_nentries; /* Number of entries */
tpe **md_etab; /* Pointer to encoding tables */
tpe **md_dtab; /* Pointer to decoding tables */
ptpe **md_ptab; /* Pointer to Printing tables */
PE (*md_eucode)(); /* User code for encoding */
PE (*md_ducode)(); /* User code for decoding */
PE (*md_pucode)(); /* User code for printing */
} modtyp;
#ifndef NULL
#define NULL (char *)0
#endif
#endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.