summaryrefslogtreecommitdiff
path: root/src/proto/pty.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/proto/pty.pro')
-rw-r--r--src/proto/pty.pro5
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 : */