home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / mmdf / mmdf-IIb.43 / h / gettys.h < prev    next >
Encoding:
C/C++ Source or Header  |  1986-02-01  |  188 b   |  14 lines

  1. #
  2. /*  the definitions needed to use the package which accesses
  3.  *  the /etc/ttys file.
  4.  */
  5.  
  6. struct ttys
  7.     {
  8.     int t_valid;
  9.     int t_code;
  10.     char t_name[8];
  11. };
  12.  
  13. #define        BADDATA        -2
  14.