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

Comparing libptytty/src/fdpass.h (file contents):
Revision 1.1 by root, Sat Jan 21 22:06:16 2006 UTC vs.
Revision 1.2 by root, Sat Jan 21 22:17:16 2006 UTC

20 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 20 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
21 *----------------------------------------------------------------------*/ 21 *----------------------------------------------------------------------*/
22 22
23#include "../config.h" 23#include "../config.h"
24 24
25int rxvt_send_fd (int socket, int fd); 25int libpty_send_fd (int socket, int fd);
26int rxvt_recv_fd (int socket); 26int libpty_recv_fd (int socket);
27 27
28 28

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines