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

Diff for /src/usr.bin/ssh/readconf.h between version 1.90 and 1.91

version 1.90, 2011/05/24 07:15:47 version 1.91, 2011/09/23 07:45:05
Line 24 
Line 24 
         char     *connect_host;         /* Host to connect. */          char     *connect_host;         /* Host to connect. */
         int       connect_port;         /* Port to connect on connect_host. */          int       connect_port;         /* Port to connect on connect_host. */
         int       allocated_port;       /* Dynamically allocated listen port */          int       allocated_port;       /* Dynamically allocated listen port */
           int       handle;               /* Handle for dynamic listen ports */
 }       Forward;  }       Forward;
 /* Data structure for representing option data. */  /* Data structure for representing option data. */
   

Legend:
Removed from v.1.90  
changed lines
  Added in v.1.91