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

Diff for /src/usr.bin/ssh/ssh.h between version 1.48 and 1.49

version 1.48, 2000/07/13 22:53:21 version 1.49, 2000/08/19 18:48:11
Line 467 
Line 467 
 void    server_loop2(void);  void    server_loop2(void);
   
 /* Client side main loop for the interactive session. */  /* Client side main loop for the interactive session. */
 int     client_loop(int have_pty, int escape_char);  int     client_loop(int have_pty, int escape_char, int id);
   
 /* Linked list of custom environment strings (see auth-rsa.c). */  /* Linked list of custom environment strings (see auth-rsa.c). */
 struct envstring {  struct envstring {

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49