ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libptytty/src/ptytty.h
(Generate patch)

Comparing libptytty/src/ptytty.h (file contents):
Revision 1.13 by sf-exg, Tue Jul 5 10:37:01 2011 UTC vs.
Revision 1.14 by sf-exg, Fri Jul 8 20:56:52 2011 UTC

67 struct utmp ut; 67 struct utmp ut;
68#endif 68#endif
69#ifdef HAVE_STRUCT_UTMPX 69#ifdef HAVE_STRUCT_UTMPX
70 struct utmpx utx; 70 struct utmpx utx;
71#endif 71#endif
72 char ut_id[5];
73 72
74 void logout (); 73 void logout ();
75#endif 74#endif
76}; 75};
77 76

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines