]> andersk Git - openssh.git/blobdiff - ssh.h
- OpenBSD CVS Changes
[openssh.git] / ssh.h
diff --git a/ssh.h b/ssh.h
index 0ec608f0b89e363ca169c6638b42ce8099ad935e..3bcb2e07c12ab44349a1ab99a6637e85331beb63 100644 (file)
--- a/ssh.h
+++ b/ssh.h
@@ -589,7 +589,7 @@ char   *channel_open_message(void);
  */
 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
@@ -633,7 +633,7 @@ char   *x11_create_display(int screen);
  * 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
This page took 1.299083 seconds and 4 git commands to generate.