[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.126 and 1.127

version 1.126, 2017/05/30 14:23:52 version 1.127, 2017/08/30 03:59:08
Line 246 
Line 246 
   
 /* file descriptor handling (read/write) */  /* file descriptor handling (read/write) */
   
 void     channel_prepare_select(fd_set **, fd_set **, int *, u_int*,  void     channel_prepare_select(struct ssh *, fd_set **, fd_set **, int *,
              time_t*, int);               u_int*, time_t*);
 void     channel_after_select(fd_set *, fd_set *);  void     channel_after_select(struct ssh *, fd_set *, fd_set *);
 void     channel_output_poll(void);  void     channel_output_poll(void);
   
 int      channel_not_very_much_buffered_data(void);  int      channel_not_very_much_buffered_data(void);

Legend:
Removed from v.1.126  
changed lines
  Added in v.1.127