[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.3 and 1.4

version 1.3, 1998/03/12 04:57:31 version 1.4, 1998/03/12 17:31:32
Line 80 
Line 80 
     crmod,      crmod,
     netdata,            /* Print out network data flow */      netdata,            /* Print out network data flow */
     prettydump,         /* Print "netdata" output in user readable format */      prettydump,         /* Print "netdata" output in user readable format */
   #if    defined(TN3270)
       cursesdata,         /* Print out curses data flow */
       apitrace,           /* Trace API transactions */
   #endif /* defined(TN3270) */
     termdata,           /* Print out terminal data flow */      termdata,           /* Print out terminal data flow */
     debug;              /* Debug level */      debug;              /* Debug level */
   
Line 429 
Line 433 
     ttyoring,      ttyoring,
     ttyiring;      ttyiring;
   
   /* Tn3270 section */
   #if    defined(TN3270)
   
   extern int
       HaveInput,         /* Whether an asynchronous I/O indication came in */
       noasynchtty,       /* Don't do signals on I/O (SIGURG, SIGIO) */
       noasynchnet,       /* Don't do signals on I/O (SIGURG, SIGIO) */
       sigiocount,                /* Count of SIGIO receptions */
       shell_active;      /* Subshell is active */
   
   extern char
       *Ibackp,           /* Oldest byte of 3270 data */
       Ibuf[],            /* 3270 buffer */
       *Ifrontp,          /* Where next 3270 byte goes */
       tline[],
       *transcom;         /* Transparent command */
   
   extern int
       settranscom P((int, char**));
   
   extern void
       inputAvailable P((int));
   #endif /* defined(TN3270) */

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4