]> andersk Git - openssh.git/blobdiff - sshpty.h
[buildpkg.sh.in] Last minute fix didn't make it in the .in file. :-(
[openssh.git] / sshpty.h
index 4eb479f76edbc0fcb7c52486eeb4f9ccc96d19ce..c0678de2219d7e6ae88df92549bd883d2aa0d4f7 100644 (file)
--- a/sshpty.h
+++ b/sshpty.h
@@ -1,3 +1,5 @@
+/*     $OpenBSD: sshpty.h,v 1.5 2004/05/08 00:01:37 deraadt Exp $      */
+
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
  * called by a name other than "ssh" or "Secure Shell".
  */
 
-/* RCSID("$OpenBSD: sshpty.h,v 1.3 2001/06/26 17:27:25 markus Exp $"); */
-
 #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.05509 seconds and 4 git commands to generate.