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.5 by root, Mon Jan 23 12:39:42 2006 UTC vs.
Revision 1.6 by root, Wed Jan 25 10:51:26 2006 UTC

48 48
49int ptytty_pty (PTYTTY ptytty); 49int ptytty_pty (PTYTTY ptytty);
50int ptytty_tty (PTYTTY ptytty); 50int ptytty_tty (PTYTTY ptytty);
51void ptytty_delete (PTYTTY ptytty); 51void ptytty_delete (PTYTTY ptytty);
52int ptytty_get (PTYTTY ptytty); 52int ptytty_get (PTYTTY ptytty);
53void ptytty_login (PTYTTY ptytty, int cmd_pid, bool login_shell, const char *hostname); 53void ptytty_login (PTYTTY ptytty, int cmd_pid, int login_shell, const char *hostname);
54 54
55void ptytty_close_tty (PTYTTY ptytty); 55void ptytty_close_tty (PTYTTY ptytty);
56int ptytty_make_controlling_tty (PTYTTY ptytty); 56int ptytty_make_controlling_tty (PTYTTY ptytty);
57void ptytty_set_utf8_mode (PTYTTY ptytty, int on); 57void ptytty_set_utf8_mode (PTYTTY ptytty, int on);
58 58

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines