summaryrefslogtreecommitdiff
path: root/sshpty.h
diff options
context:
space:
mode:
Diffstat (limited to 'sshpty.h')
-rw-r--r--sshpty.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/sshpty.h b/sshpty.h
index a7b337474..7fac622d9 100644
--- a/sshpty.h
+++ b/sshpty.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: sshpty.h,v 1.9 2006/07/06 16:03:53 stevesk Exp $ */ 1/* $OpenBSD: sshpty.h,v 1.10 2006/08/03 03:34:42 deraadt Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -14,12 +14,6 @@
14 * called by a name other than "ssh" or "Secure Shell". 14 * called by a name other than "ssh" or "Secure Shell".
15 */ 15 */
16 16
17#ifndef SSHPTY_H
18#define SSHPTY_H
19
20#include <sys/types.h>
21
22#include <pwd.h>
23#include <termios.h> 17#include <termios.h>
24 18
25struct termios get_saved_tio(void); 19struct termios get_saved_tio(void);
@@ -31,5 +25,3 @@ void pty_release(const char *);
31void pty_make_controlling_tty(int *, const char *); 25void pty_make_controlling_tty(int *, const char *);
32void pty_change_window_size(int, u_int, u_int, u_int, u_int); 26void pty_change_window_size(int, u_int, u_int, u_int, u_int);
33void pty_setowner(struct passwd *, const char *); 27void pty_setowner(struct passwd *, const char *);
34
35#endif /* SSHPTY_H */