]> andersk Git - gssapi-openssh.git/blobdiff - openssh/sshpty.h
Merge from OPENSSH_3_8_1P1_GSSAPI_20040713 to OPENSSH_3_9P1_GSSAPI_20040818.
[gssapi-openssh.git] / openssh / sshpty.h
index df65e284e4c30305246d0c467630161d978bdcfe..c0678de2219d7e6ae88df92549bd883d2aa0d4f7 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: sshpty.h,v 1.4 2002/03/04 17:27:39 stevesk Exp $      */
+/*     $OpenBSD: sshpty.h,v 1.5 2004/05/08 00:01:37 deraadt Exp $      */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
 #ifndef SSHPTY_H
 #define SSHPTY_H
 
+struct termios get_saved_tio(void);
+void    leave_raw_mode(void);
+void    enter_raw_mode(void);
+
 int     pty_allocate(int *, int *, char *, int);
 void    pty_release(const char *);
 void    pty_make_controlling_tty(int *, const char *);
This page took 0.031213 seconds and 4 git commands to generate.