diff options
Diffstat (limited to 'src/proto/pty.pro')
-rw-r--r-- | src/proto/pty.pro | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/proto/pty.pro b/src/proto/pty.pro index f2424a509..35e5c2b7a 100644 --- a/src/proto/pty.pro +++ b/src/proto/pty.pro @@ -1,3 +1,4 @@ /* pty.c */ -int OpenPTY __ARGS((char **ttyn)); -int SetupSlavePTY __ARGS((int fd)); +int SetupSlavePTY(int fd); +int OpenPTY(char **ttyn); +/* vim: set ft=c : */ |