[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.26 and 1.27

version 1.26, 2014/07/20 10:55:26 version 1.27, 2014/07/20 12:08:55
Line 62 
Line 62 
     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 */
     termdata,           /* Print out terminal data flow */      termdata,           /* Print out terminal data flow */
       resettermname,
       linemode,
       kludgelinemode,
       want_status_response,
     debug;              /* Debug level */      debug;              /* Debug level */
   
 extern cc_t escape;     /* Escape to command mode */  extern cc_t escape;     /* Escape to command mode */
Line 78 
Line 82 
     dont[],      dont[],
     will[],      will[],
     wont[],      wont[],
       will_wont_resp[],
       do_dont_resp[],
     options[],          /* All the little options */      options[],          /* All the little options */
     *hostname;          /* Who are we connected to? */      *hostname;          /* Who are we connected to? */
   
Line 165 
Line 171 
 void set_escape_char(char *s);  void set_escape_char(char *s);
   
 #ifdef SIGINFO  #ifdef SIGINFO
 void ayt_status(void);  void ayt_status(int sig);
 #endif  #endif
 int tn(int argc, char **argv);  int tn(int argc, char **argv);
 void command(int top, char *tbuf, int cnt);  void command(int top, char *tbuf, int cnt);

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27