[BACK]Return to externs.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / telnet

Diff for /src/usr.bin/telnet/externs.h between version 1.8 and 1.9

version 1.8, 2002/02/17 17:20:49 version 1.9, 2002/03/22 13:49:28
Line 68 
Line 68 
     localchars,         /* we recognize interrupt/quit */      localchars,         /* we recognize interrupt/quit */
     donelclchars,       /* the user has set "localchars" */      donelclchars,       /* the user has set "localchars" */
     showoptions,      showoptions,
       wantencryption,     /* User has requested encryption */
     net,                /* Network file descriptor */      net,                /* Network file descriptor */
     tin,                /* Terminal input file descriptor */      tin,                /* Terminal input file descriptor */
     tout,               /* Terminal output file descriptor */      tout,               /* Terminal output file descriptor */
Line 86 
Line 87 
 #endif /* defined(TN3270) */  #endif /* defined(TN3270) */
     termdata,           /* Print out terminal data flow */      termdata,           /* Print out terminal data flow */
     debug;              /* Debug level */      debug;              /* Debug level */
   
   extern sig_atomic_t intr_happened, intr_waiting;        /* for interrupt handling */
   
 extern cc_t escape;     /* Escape to command mode */  extern cc_t escape;     /* Escape to command mode */
 extern cc_t rlogin;     /* Rlogin mode escape character */  extern cc_t rlogin;     /* Rlogin mode escape character */

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9