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

Diff for /src/usr.bin/ssh/clientloop.h between version 1.4 and 1.4.6.3

version 1.4, 2001/02/06 22:43:02 version 1.4.6.3, 2002/06/02 22:56:10
Line 36 
Line 36 
  */   */
   
 /* 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 id);  int      client_loop(int, int, int);
   void     client_global_request_reply(int type, u_int32_t seq, void *ctxt);

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