[BACK]Return to channels.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/channels.h between version 1.150 and 1.151

version 1.150, 2023/06/05 13:24:36 version 1.151, 2023/07/04 03:59:21
Line 354 
Line 354 
             char *, char *, int *, const char **);              char *, char *, int *, const char **);
 Channel *channel_connect_to_path(struct ssh *, const char *, char *, char *);  Channel *channel_connect_to_path(struct ssh *, const char *, char *, char *);
 Channel *channel_connect_stdio_fwd(struct ssh *, const char*,  Channel *channel_connect_stdio_fwd(struct ssh *, const char*,
             u_short, int, int, int);              int, int, int, int);
 Channel *channel_connect_by_listen_address(struct ssh *, const char *,  Channel *channel_connect_by_listen_address(struct ssh *, const char *,
             u_short, char *, char *);              u_short, char *, char *);
 Channel *channel_connect_by_listen_path(struct ssh *, const char *,  Channel *channel_connect_by_listen_path(struct ssh *, const char *,

Legend:
Removed from v.1.150  
changed lines
  Added in v.1.151