[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.16 and 1.17

version 1.16, 2006/03/25 22:22:42 version 1.17, 2007/08/07 07:32:53
Line 44 
Line 44 
 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 *,  void     client_session2_setup(int, int, int, const char *, struct termios *,
             int, Buffer *, char **, dispatch_fn *);              int, Buffer *, char **, dispatch_fn *);
   int      client_request_tun_fwd(int, int, int);
   
 /* Multiplexing protocol version */  /* Multiplexing protocol version */
 #define SSHMUX_VER                      1  #define SSHMUX_VER                      1

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17