aboutsummaryrefslogtreecommitdiff
path: root/system/include/pty.h
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-04-18 19:22:09 -0700
committerAlon Zakai <alonzakai@gmail.com>2012-04-18 19:22:09 -0700
commit1c11fdd98530b6d35e51c0eba14fb1f375d05229 (patch)
treebd471ce02003d0e1d16dfe773d1ed4d0acdcb499 /system/include/pty.h
parentd6cff2177ec065aa14f228ab547abc29ef37b248 (diff)
parent327b6f859e95be71e5613f24cc1c9d4f4b97c15f (diff)
merge
Diffstat (limited to 'system/include/pty.h')
-rw-r--r--system/include/pty.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/system/include/pty.h b/system/include/pty.h
new file mode 100644
index 00000000..0ad5b6d5
--- /dev/null
+++ b/system/include/pty.h
@@ -0,0 +1,6 @@
+
+#include <sys/termios.h>
+
+int openpty(int *amaster, int *aslave, char *name, struct termios *termp, struct winsize *winp);
+int forkpty(int *amaster, char *name, struct termios *termp, struct winsize *winp);
+