]> 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 ac90035846245685f4ecf482a2f95d29fccdb7ab..4eb479f76edbc0fcb7c52486eeb4f9ccc96d19ce 100644 (file)
@@ -1,5 +1,3 @@
-/* $OpenBSD: sshpty.h,v 1.11 2008/05/19 15:45:07 djm 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".
  */
 
-#include <termios.h>
+/* RCSID("$OpenBSD: sshpty.h,v 1.3 2001/06/26 17:27:25 markus Exp $"); */
 
-struct termios *get_saved_tio(void);
-void    leave_raw_mode(void);
-void    enter_raw_mode(void);
+#ifndef SSHPTY_H
+#define SSHPTY_H
 
-int     pty_allocate(int *, int *, char *, size_t);
+int     pty_allocate(int *, int *, char *, int);
 void    pty_release(const char *);
 void    pty_make_controlling_tty(int *, const char *);
-void    pty_change_window_size(int, u_int, u_int, u_int, u_int);
+void    pty_change_window_size(int, int, int, int, int);
 void    pty_setowner(struct passwd *, const char *);
+
+#endif                         /* SSHPTY_H */
This page took 0.938495 seconds and 4 git commands to generate.