[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.136 and 1.137

version 1.136, 2021/04/03 05:54:14 version 1.137, 2021/04/03 06:18:40
Line 286 
Line 286 
 /* file descriptor handling (read/write) */  /* file descriptor handling (read/write) */
   
 void     channel_prepare_select(struct ssh *, fd_set **, fd_set **, int *,  void     channel_prepare_select(struct ssh *, fd_set **, fd_set **, int *,
              u_int*, time_t*);              u_int*, time_t*);
 void     channel_after_select(struct ssh *, fd_set *, fd_set *);  void     channel_after_select(struct ssh *, fd_set *, fd_set *);
 void     channel_output_poll(struct ssh *);  void     channel_output_poll(struct ssh *);
   

Legend:
Removed from v.1.136  
changed lines
  Added in v.1.137