[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.21 and 1.22

version 1.21, 2000/10/27 07:32:18 version 1.22, 2000/10/27 07:48:22
Line 134 
Line 134 
 channel_set_fds(int id, int rfd, int wfd, int efd,  channel_set_fds(int id, int rfd, int wfd, int efd,
     int extusage, int nonblock);      int extusage, int nonblock);
   
   void    deny_input_open(int type, int plen, void *ctxt);
   
 void    channel_input_channel_request(int type, int plen, void *ctxt);  void    channel_input_channel_request(int type, int plen, void *ctxt);
 void    channel_input_close(int type, int plen, void *ctxt);  void    channel_input_close(int type, int plen, void *ctxt);
 void    channel_input_close_confirmation(int type, int plen, void *ctxt);  void    channel_input_close_confirmation(int type, int plen, void *ctxt);

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22