[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.148 and 1.149

version 1.148, 2023/01/18 02:00:10 version 1.149, 2023/03/04 03:22:59
Line 372 
Line 372 
   
 /* x11 forwarding */  /* x11 forwarding */
   
 void     channel_set_x11_refuse_time(struct ssh *, u_int);  void     channel_set_x11_refuse_time(struct ssh *, time_t);
 int      x11_connect_display(struct ssh *);  int      x11_connect_display(struct ssh *);
 int      x11_create_display_inet(struct ssh *, int, int, int, u_int *, int **);  int      x11_create_display_inet(struct ssh *, int, int, int, u_int *, int **);
 void     x11_request_forwarding_with_spoofing(struct ssh *, int,  void     x11_request_forwarding_with_spoofing(struct ssh *, int,

Legend:
Removed from v.1.148  
changed lines
  Added in v.1.149