home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / applic / ncsa / Mac / Telnet2.6 / prerelease / d5 / Telnet 2.6.1d5.src.sit.hqx / Telnet 2.6.1d5 src / source / parse / authencrypt.h < prev    next >
Encoding:
Text File  |  1994-04-05  |  325 b   |  9 lines

  1. typedef struct codemodule {
  2.     struct codemodule *next;            /* pointer to next in list */
  3.     module entry;                        /* module entry point */
  4.     short npairs;                        /* number of type/modifier pairs */
  5.     Boolean encryptok;                    /* module does option 38 encryption */
  6.     unsigned short pairs[NTMPAIRS];        /* type/modifier pairs */
  7. } codemodule;
  8.  
  9.