--- rxvt-unicode/src/ptytty.h 2006/01/17 15:17:39 1.12 +++ rxvt-unicode/src/ptytty.h 2006/01/17 16:50:42 1.13 @@ -67,6 +67,9 @@ rxvt_ptytty_unix (); ~rxvt_ptytty_unix (); + bool get (); + void put (); + #if UTMP_SUPPORT int utmp_pos; int cmd_pid; @@ -82,9 +85,6 @@ char ut_id[5]; #endif - bool get (); - void put (); - void login (int cmd_pid, bool login_shell, const char *hostname); void logout (); #endif