[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.27 and 1.28

version 1.27, 2006/03/25 22:22:43 version 1.28, 2006/07/06 16:03:53
Line 26 
Line 26 
 #ifndef SESSION_H  #ifndef SESSION_H
 #define SESSION_H  #define SESSION_H
   
   #include <sys/types.h>
   
   #include <pwd.h>
   
 #define TTYSZ 64  #define TTYSZ 64
 typedef struct Session Session;  typedef struct Session Session;
 struct Session {  struct Session {

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28