summaryrefslogtreecommitdiffstats
path: root/src/proto/pty.pro
blob: 52e20ef6740e8498b81a8852bda17ed3cef7193c (plain)
1
2
3
4
5
/* pty.c */
int setup_slavepty(int fd);
int mch_openpty(char **ttyn);
int mch_isatty(int fd);
/* vim: set ft=c : */