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

Comparing rxvt-unicode/src/libptytty.h (file contents):
Revision 1.7 by root, Tue Oct 3 11:21:33 2006 UTC vs.
Revision 1.8 by root, Mon Feb 12 17:34:58 2007 UTC

21 21
22 void close_tty (); 22 void close_tty ();
23 bool make_controlling_tty (); 23 bool make_controlling_tty ();
24 void set_utf8_mode (bool on); 24 void set_utf8_mode (bool on);
25 25
26 static void sanitise_stdfd ();
26 static void init (); 27 static void init ();
27 static ptytty *create (); // create a new pty object 28 static ptytty *create (); // create a new pty object
28 29
29 static void drop_privileges (); 30 static void drop_privileges ();
30 static void use_helper (); 31 static void use_helper ();
54 55
55void ptytty_close_tty (PTYTTY ptytty); 56void ptytty_close_tty (PTYTTY ptytty);
56int ptytty_make_controlling_tty (PTYTTY ptytty); 57int ptytty_make_controlling_tty (PTYTTY ptytty);
57void ptytty_set_utf8_mode (PTYTTY ptytty, int on); 58void ptytty_set_utf8_mode (PTYTTY ptytty, int on);
58 59
60void ptytty_sanitise_stdfd ();
59void ptytty_init (); 61void ptytty_init ();
60PTYTTY ptytty_create (); 62PTYTTY ptytty_create ();
61 63
62void ptytty_drop_privileges (); 64void ptytty_drop_privileges ();
63void ptytty_use_helper (); 65void ptytty_use_helper ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines