[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.143 and 1.144

version 1.143, 2022/05/05 00:56:58 version 1.144, 2023/01/06 02:38:23
Line 312 
Line 312 
   
 /* file descriptor handling (read/write) */  /* file descriptor handling (read/write) */
 struct pollfd;  struct pollfd;
   struct timespec;
   
 void     channel_prepare_poll(struct ssh *, struct pollfd **,  void     channel_prepare_poll(struct ssh *, struct pollfd **,
             u_int *, u_int *, u_int, time_t *);              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 *);  void     channel_output_poll(struct ssh *);
   

Legend:
Removed from v.1.143  
changed lines
  Added in v.1.144