[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.73 and 1.74

version 1.73, 2004/06/13 15:03:02 version 1.74, 2004/08/11 21:43:04
Line 183 
Line 183 
   
 /* file descriptor handling (read/write) */  /* file descriptor handling (read/write) */
   
 void     channel_prepare_select(fd_set **, fd_set **, int *, int*, int);  void     channel_prepare_select(fd_set **, fd_set **, int *, u_int*, int);
 void     channel_after_select(fd_set *, fd_set *);  void     channel_after_select(fd_set *, fd_set *);
 void     channel_output_poll(void);  void     channel_output_poll(void);
   

Legend:
Removed from v.1.73  
changed lines
  Added in v.1.74