[BACK]Return to ssh.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/ssh.h between version 1.30 and 1.31

version 1.30, 1999/12/06 20:15:29 version 1.31, 1999/12/12 19:20:03
Line 568 
Line 568 
  */   */
 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);      u_short remote_port, int gateway_ports);
   
 /*  /*
  * Initiate forwarding of connections to port "port" on remote host through   * Initiate forwarding of connections to port "port" on remote host through
Line 612 
Line 612 
  * Returns a suitable value for the DISPLAY variable, or NULL if an error   * Returns a suitable value for the DISPLAY variable, or NULL if an error
  * occurs.   * 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 is called when SSH_SMSG_X11_OPEN is received.  The packet contains

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31