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.1 by root, Sun Jan 22 09:57:48 2006 UTC vs.
Revision 1.2 by root, Sun Jan 22 16:36:40 2006 UTC

23 static ptytty *create (); // create a new pty object 23 static ptytty *create (); // create a new pty object
24 24
25 static void drop_privileges (); 25 static void drop_privileges ();
26 static void use_helper (); 26 static void use_helper ();
27 27
28 static int send_fd (int socket, int fd); 28 static bool send_fd (int socket, int fd);
29 static int recv_fd (int socket); 29 static int recv_fd (int socket);
30 30
31protected: 31protected:
32 32
33 ptytty () 33 ptytty ()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines