summaryrefslogtreecommitdiff
path: root/mnv/src/proto/pty.pro
diff options
context:
space:
mode:
Diffstat (limited to 'mnv/src/proto/pty.pro')
-rw-r--r--mnv/src/proto/pty.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/mnv/src/proto/pty.pro b/mnv/src/proto/pty.pro
new file mode 100644
index 0000000000..3e352f8327
--- /dev/null
+++ b/mnv/src/proto/pty.pro
@@ -0,0 +1,5 @@
+/* pty.c */
+int setup_slavepty(int fd);
+int mch_openpty(char **ttyn);
+int mch_isatty(int fd);
+/* mnv: set ft=c : */