[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.25 and 1.26

version 1.25, 2001/01/29 16:55:36 version 1.26, 2001/01/31 20:37:23
Line 206 
Line 206 
  * Initiate forwarding of connections to local port "port" through the secure   * Initiate forwarding of connections to local port "port" through the secure
  * channel to host:port from remote side.   * channel to host:port from remote side.
  */   */
 void  int
 channel_request_local_forwarding(u_short listen_port,  channel_request_local_forwarding(u_short listen_port,
     const char *host_to_connect, u_short port_to_connect, int gateway_ports);      const char *host_to_connect, u_short port_to_connect, int gateway_ports);
 void  int
 channel_request_forwarding(const char *listen_address, u_short listen_port,  channel_request_forwarding(const char *listen_address, u_short listen_port,
     const char *host_to_connect, u_short port_to_connect, int gateway_ports,      const char *host_to_connect, u_short port_to_connect, int gateway_ports,
     int remote_fwd);      int remote_fwd);

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26