[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.60 and 1.61

version 1.60, 2002/01/16 13:17:51 version 1.61, 2002/02/03 17:55:55
Line 157 
Line 157 
   
 /* protocol handler */  /* protocol handler */
   
 void     channel_input_channel_request(int, u_int32_t, void *);  
 void     channel_input_close(int, u_int32_t, void *);  void     channel_input_close(int, u_int32_t, void *);
 void     channel_input_close_confirmation(int, u_int32_t, void *);  void     channel_input_close_confirmation(int, u_int32_t, void *);
 void     channel_input_data(int, u_int32_t, void *);  void     channel_input_data(int, u_int32_t, void *);

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61