[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.8 and 1.8.2.1

version 1.8, 2003/12/16 15:49:51 version 1.8.2.1, 2004/08/19 04:13:26
Line 38 
Line 38 
 /* 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_fwd(int, u_int32_t, void *);  void     client_global_request_reply_fwd(int, u_int32_t, void *);
   void     client_session2_setup(int, int, int, const char *, struct termios *,
               int, Buffer *, char **, dispatch_fn *);

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.8.2.1