summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/sshpty.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/sshpty.h')
-rw-r--r--crypto/openssh/sshpty.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssh/sshpty.h b/crypto/openssh/sshpty.h
index 7fac622..ac90035 100644
--- a/crypto/openssh/sshpty.h
+++ b/crypto/openssh/sshpty.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sshpty.h,v 1.10 2006/08/03 03:34:42 deraadt Exp $ */
+/* $OpenBSD: sshpty.h,v 1.11 2008/05/19 15:45:07 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -16,7 +16,7 @@
#include <termios.h>
-struct termios get_saved_tio(void);
+struct termios *get_saved_tio(void);
void leave_raw_mode(void);
void enter_raw_mode(void);
OpenPOWER on IntegriCloud