[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.151 and 1.152

version 1.151, 2023/07/04 03:59:21 version 1.152, 2023/09/04 00:01:46
Line 332 
Line 332 
 void     channel_prepare_poll(struct ssh *, struct pollfd **,  void     channel_prepare_poll(struct ssh *, struct pollfd **,
             u_int *, u_int *, u_int, struct timespec *);              u_int *, u_int *, u_int, struct timespec *);
 void     channel_after_poll(struct ssh *, struct pollfd *, u_int);  void     channel_after_poll(struct ssh *, struct pollfd *, u_int);
 void     channel_output_poll(struct ssh *);  int      channel_output_poll(struct ssh *);
   
 int      channel_not_very_much_buffered_data(struct ssh *);  int      channel_not_very_much_buffered_data(struct ssh *);
 void     channel_close_all(struct ssh *);  void     channel_close_all(struct ssh *);

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