1/* pty.c */
2int OpenPTY __ARGS((char **ttyn));
3int SetupSlavePTY __ARGS((int fd));
4