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

Diff for /src/usr.bin/ssh/session.h between version 1.24 and 1.25

version 1.24, 2005/06/17 02:44:33 version 1.25, 2005/07/17 06:49:04
Line 49 
Line 49 
         int     single_connection;          int     single_connection;
         /* proto 2 */          /* proto 2 */
         int     chanid;          int     chanid;
           int     *x11_chanids;
         int     is_subsystem;          int     is_subsystem;
         u_int   num_env;          u_int   num_env;
         struct {          struct {

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25