summaryrefslogtreecommitdiff
path: root/uvim/src/proto/pty.pro
blob: 3e352f83276cc2045531edb98f0f80095a2b0a91 (plain)
1
2
3
4
5
/* pty.c */
int setup_slavepty(int fd);
int mch_openpty(char **ttyn);
int mch_isatty(int fd);
/* mnv: set ft=c : */