]> andersk Git - openssh.git/blobdiff - sshpty.h
- (dtucker) [sftp.c] Expand ifdef for libedit to cover complete_is_remote
[openssh.git] / sshpty.h
index 7fac622d9be1f9bd426a921c5ef5ba1913a16c61..ac90035846245685f4ecf482a2f95d29fccdb7ab 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.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);
 
This page took 0.129517 seconds and 4 git commands to generate.