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.12 by root, Tue Jan 17 15:17:39 2006 UTC vs.
Revision 1.13 by root, Tue Jan 17 16:50:42 2006 UTC

65public: 65public:
66 66
67 rxvt_ptytty_unix (); 67 rxvt_ptytty_unix ();
68 ~rxvt_ptytty_unix (); 68 ~rxvt_ptytty_unix ();
69 69
70 bool get ();
71 void put ();
72
70#if UTMP_SUPPORT 73#if UTMP_SUPPORT
71 int utmp_pos; 74 int utmp_pos;
72 int cmd_pid; 75 int cmd_pid;
73 bool login_shell; 76 bool login_shell;
74 77
80#endif 83#endif
81#if (defined(HAVE_STRUCT_UTMP) && defined(HAVE_UTMP_PID)) || defined(HAVE_STRUCT_UTMPX) 84#if (defined(HAVE_STRUCT_UTMP) && defined(HAVE_UTMP_PID)) || defined(HAVE_STRUCT_UTMPX)
82 char ut_id[5]; 85 char ut_id[5];
83#endif 86#endif
84 87
85 bool get ();
86 void put ();
87
88 void login (int cmd_pid, bool login_shell, const char *hostname); 88 void login (int cmd_pid, bool login_shell, const char *hostname);
89 void logout (); 89 void logout ();
90#endif 90#endif
91}; 91};
92 92

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines