]> andersk Git - openssh.git/blobdiff - sshpty.h
- dtucker@cvs.openbsd.org 2010/01/09 23:04:13
[openssh.git] / sshpty.h
index 7fac622d9be1f9bd426a921c5ef5ba1913a16c61..cfa322480f55aa21397e7efc284ad7522317f4bc 100644 (file)
--- a/sshpty.h
+++ b/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.12 2010/01/09 05:04:24 djm Exp $ */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -16,9 +16,9 @@
 
 #include <termios.h>
 
-struct termios get_saved_tio(void);
-void    leave_raw_mode(void);
-void    enter_raw_mode(void);
+struct termios *get_saved_tio(void);
+void    leave_raw_mode(int);
+void    enter_raw_mode(int);
 
 int     pty_allocate(int *, int *, char *, size_t);
 void    pty_release(const char *);
This page took 0.040946 seconds and 4 git commands to generate.