=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/ssh.h,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- src/usr.bin/ssh/ssh.h 1999/12/06 20:15:29 1.30 +++ src/usr.bin/ssh/ssh.h 1999/12/12 19:20:03 1.31 @@ -13,7 +13,7 @@ * */ -/* RCSID("$Id: ssh.h,v 1.30 1999/12/06 20:15:29 deraadt Exp $"); */ +/* RCSID("$Id: ssh.h,v 1.31 1999/12/12 19:20:03 markus Exp $"); */ #ifndef SSH_H #define SSH_H @@ -568,7 +568,7 @@ */ void channel_request_local_forwarding(u_short port, const char *host, - u_short remote_port); + u_short remote_port, int gateway_ports); /* * Initiate forwarding of connections to port "port" on remote host through @@ -612,7 +612,7 @@ * Returns a suitable value for the DISPLAY variable, or NULL if an error * occurs. */ -char *x11_create_display_inet(int screen); +char *x11_create_display_inet(int screen, int x11_display_offset); /* * This is called when SSH_SMSG_X11_OPEN is received. The packet contains