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

Comparing rxvt-unicode/src/ptytty.h (file contents):
Revision 1.16 by ayin, Sat Jan 21 18:15:17 2006 UTC vs.
Revision 1.17 by root, Sun Jan 22 00:36:59 2006 UTC

56 ~rxvt_ptytty_unix (); 56 ~rxvt_ptytty_unix ();
57 57
58 bool get (); 58 bool get ();
59 void put (); 59 void put ();
60 60
61 void login (int cmd_pid, bool login_shell, const char *hostname);
62
61#if UTMP_SUPPORT 63#if UTMP_SUPPORT
62 int utmp_pos; 64 int utmp_pos;
63 int cmd_pid; 65 int cmd_pid;
64 bool login_shell; 66 bool login_shell;
65 67
71#endif 73#endif
72#if (defined(HAVE_STRUCT_UTMP) && defined(HAVE_UTMP_PID)) || defined(HAVE_STRUCT_UTMPX) 74#if (defined(HAVE_STRUCT_UTMP) && defined(HAVE_UTMP_PID)) || defined(HAVE_STRUCT_UTMPX)
73 char ut_id[5]; 75 char ut_id[5];
74#endif 76#endif
75 77
76 void login (int cmd_pid, bool login_shell, const char *hostname);
77 void logout (); 78 void logout ();
78#endif 79#endif
79}; 80};
80 81
81#endif 82#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines