[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.7 and 1.7.6.1

version 1.7, 2002/04/22 21:04:52 version 1.7.6.1, 2004/02/28 03:51:33
Line 37 
Line 37 
   
 /* Client side main loop for the interactive session. */  /* Client side main loop for the interactive session. */
 int      client_loop(int, int, int);  int      client_loop(int, int, int);
 void     client_global_request_reply(int type, u_int32_t seq, void *ctxt);  void     client_global_request_reply_fwd(int, u_int32_t, void *);

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.7.6.1