summaryrefslogtreecommitdiff
path: root/sshpty.h
diff options
context:
space:
mode:
Diffstat (limited to 'sshpty.h')
-rw-r--r--sshpty.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sshpty.h b/sshpty.h
index ac900358..cfa32248 100644
--- a/sshpty.h
+++ b/sshpty.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sshpty.h,v 1.11 2008/05/19 15:45:07 djm Exp $ */
+/* $OpenBSD: sshpty.h,v 1.12 2010/01/09 05:04:24 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -17,8 +17,8 @@
#include <termios.h>
struct termios *get_saved_tio(void);
-void leave_raw_mode(void);
-void enter_raw_mode(void);
+void leave_raw_mode(int);
+void enter_raw_mode(int);
int pty_allocate(int *, int *, char *, size_t);
void pty_release(const char *);