[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.36 and 1.37

version 1.36, 2018/07/09 21:03:30 version 1.37, 2020/04/03 02:40:32
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, struct sshbuf *, char **);              const char *, struct termios *, int, struct sshbuf *, char **);
 char     *client_request_tun_fwd(struct ssh *, int, int, int);  char     *client_request_tun_fwd(struct ssh *, int, int, int,
       channel_open_fn *, void *);
 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.36  
changed lines
  Added in v.1.37