--- rxvt-unicode/src/ptytty.h 2004/08/15 02:17:32 1.1 +++ rxvt-unicode/src/ptytty.h 2005/01/03 12:48:57 1.3 @@ -21,7 +21,10 @@ bool get (); void put (); + void close_tty (); + bool make_controlling_tty (); + void set_utf8_mode (bool on); }; #endif