This is openpty.h in view mode; [Download] [Up]
/*
* This file defines the "ptydesc" structure which is returned
* by the routine "openpty".
*/
struct ptydesc {
int pt_pfd; /* file descriptor of master side */
int pt_tfd; /* file descriptor of slave side */
char *pt_pname; /* master device name */
char *pt_tname; /* slave device name */
};
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.