[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.59 and 1.60

version 1.59, 2002/01/14 13:57:03 version 1.60, 2002/01/16 13:17:51
Line 190 
Line 190 
 int      channel_connect_to(const char *, u_short);  int      channel_connect_to(const char *, u_short);
 int      channel_connect_by_listen_address(u_short);  int      channel_connect_by_listen_address(u_short);
 void     channel_request_remote_forwarding(u_short, const char *, u_short);  void     channel_request_remote_forwarding(u_short, const char *, u_short);
 int      channel_request_local_forwarding(u_short, const char *, u_short, int);  int      channel_setup_local_fwd_listener(u_short, const char *, u_short, int);
 int  int      channel_setup_remote_fwd_listener(const char *, u_short, int);
 channel_request_forwarding(const char *, u_short, const char *, u_short, int,  
     int);  
   
 /* x11 forwarding */  /* x11 forwarding */
   

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