diff options
Diffstat (limited to 'src/proto/pty.pro')
-rw-r--r-- | src/proto/pty.pro | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/proto/pty.pro b/src/proto/pty.pro new file mode 100644 index 000000000..f2424a509 --- /dev/null +++ b/src/proto/pty.pro @@ -0,0 +1,3 @@ +/* pty.c */ +int OpenPTY __ARGS((char **ttyn)); +int SetupSlavePTY __ARGS((int fd)); |