summaryrefslogtreecommitdiffstats
path: root/src/proto/pty.pro
blob: 35e5c2b7acd3505d520acda7f4f0e351b2d24e21 (plain)
1
2
3
4
/* pty.c */
int SetupSlavePTY(int fd);
int OpenPTY(char **ttyn);
/* vim: set ft=c : */