[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.8 and 1.9

version 1.8, 2000/04/03 07:07:15 version 1.9, 2000/04/14 10:30:30
Line 149 
Line 149 
  * channel to host:port from remote side.  This never returns if there was an   * channel to host:port from remote side.  This never returns if there was an
  * error.   * error.
  */   */
 void  void
 channel_request_local_forwarding(u_short port, const char *host,  channel_request_local_forwarding(u_short port, const char *host,
     u_short remote_port, int gateway_ports);      u_short remote_port, int gateway_ports);
   
Line 159 
Line 159 
  * there was an error.  This registers that open requests for that port are   * there was an error.  This registers that open requests for that port are
  * permitted.   * permitted.
  */   */
 void  void
 channel_request_remote_forwarding(u_short port, const char *host,  channel_request_remote_forwarding(u_short port, const char *host,
     u_short remote_port);      u_short remote_port);
   

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9