[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.34 and 1.35

version 1.34, 2017/09/12 06:32:07 version 1.35, 2017/10/23 05:08:00
Line 46 
Line 46 
 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(struct ssh *, int, int, int,  void     client_session2_setup(struct ssh *, int, int, int,
             const char *, struct termios *, int, Buffer *, char **);              const char *, struct termios *, int, Buffer *, char **);
 int      client_request_tun_fwd(struct ssh *, int, int, int);  char     *client_request_tun_fwd(struct ssh *, int, int, int);
 void     client_stop_mux(void);  void     client_stop_mux(void);
   
 /* Escape filter for protocol 2 sessions */  /* Escape filter for protocol 2 sessions */

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35