/* $Header: /var/lib/cvsd/repos/CSRG/43BSD/contrib/X/Xlib/Xtty.h,v 1.1.1.1 2018/04/24 16:12:54 root Exp $ */
typedef struct _TTYWindow {
 	Window w;		/* The window id */
	int pid;		/* The pid of the subprocess xterm */
	short file;		/* The file id of the tty to read and write 
	    	    	    	   characters to/from */
} TTYWindow;

TTYWindow *CreateTTYWindow();
