=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/channels.h,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- src/usr.bin/ssh/channels.h 2000/04/03 07:07:15 1.8 +++ src/usr.bin/ssh/channels.h 2000/04/14 10:30:30 1.9 @@ -1,4 +1,4 @@ -/* RCSID("$Id: channels.h,v 1.8 2000/04/03 07:07:15 markus Exp $"); */ +/* RCSID("$Id: channels.h,v 1.9 2000/04/14 10:30:30 markus Exp $"); */ #ifndef CHANNELS_H #define CHANNELS_H @@ -149,7 +149,7 @@ * channel to host:port from remote side. This never returns if there was an * error. */ -void +void channel_request_local_forwarding(u_short port, const char *host, u_short remote_port, int gateway_ports); @@ -159,7 +159,7 @@ * there was an error. This registers that open requests for that port are * permitted. */ -void +void channel_request_remote_forwarding(u_short port, const char *host, u_short remote_port);