]> andersk Git - openssh.git/blobdiff - sshpty.h
- dtucker@cvs.openbsd.org 2010/01/08 21:50:49
[openssh.git] / sshpty.h
index df65e284e4c30305246d0c467630161d978bdcfe..ac90035846245685f4ecf482a2f95d29fccdb7ab 100644 (file)
--- a/sshpty.h
+++ b/sshpty.h
@@ -1,4 +1,4 @@
-/*     $OpenBSD: sshpty.h,v 1.4 2002/03/04 17:27:39 stevesk Exp $      */
+/* $OpenBSD: sshpty.h,v 1.11 2008/05/19 15:45:07 djm Exp $ */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * called by a name other than "ssh" or "Secure Shell".
  */
 
-#ifndef SSHPTY_H
-#define SSHPTY_H
+#include <termios.h>
 
-int     pty_allocate(int *, int *, char *, int);
+struct termios *get_saved_tio(void);
+void    leave_raw_mode(void);
+void    enter_raw_mode(void);
+
+int     pty_allocate(int *, int *, char *, size_t);
 void    pty_release(const char *);
 void    pty_make_controlling_tty(int *, const char *);
-void    pty_change_window_size(int, int, int, int, int);
+void    pty_change_window_size(int, u_int, u_int, u_int, u_int);
 void    pty_setowner(struct passwd *, const char *);
-
-#endif                         /* SSHPTY_H */
This page took 0.431011 seconds and 4 git commands to generate.