]> andersk Git - gssapi-openssh.git/blobdiff - openssh/sshpty.h
The man2html from jbasney on pkilab2 works whereas the standard one doesn't.
[gssapi-openssh.git] / openssh / sshpty.h
index c0678de2219d7e6ae88df92549bd883d2aa0d4f7..4eb479f76edbc0fcb7c52486eeb4f9ccc96d19ce 100644 (file)
@@ -1,5 +1,3 @@
-/*     $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.042441 seconds and 4 git commands to generate.