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.6 by root, Wed Jan 25 10:51:26 2006 UTC vs.
Revision 1.7 by root, Tue Oct 3 11:21:33 2006 UTC

4#ifndef LIBPTYTTY_H_ /* public libptytty header file */ 4#ifndef LIBPTYTTY_H_ /* public libptytty header file */
5#define LIBPTYTTY_H_ 5#define LIBPTYTTY_H_
6 6
7#ifdef __cplusplus 7#ifdef __cplusplus
8 8
9// c++ api 9// C++ API
10 10
11struct ptytty { 11struct ptytty {
12 int pty; // pty file descriptor; connected to rxvt 12 int pty; // pty file descriptor; connected to rxvt
13 int tty; // tty file descriptor; connected to child 13 int tty; // tty file descriptor; connected to child
14 14
40 } 40 }
41}; 41};
42 42
43#else 43#else
44 44
45// c api 45// C API
46 46
47typedef void *PTYTTY; 47typedef void *PTYTTY;
48 48
49int ptytty_pty (PTYTTY ptytty); 49int ptytty_pty (PTYTTY ptytty);
50int ptytty_tty (PTYTTY ptytty); 50int ptytty_tty (PTYTTY ptytty);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines