diff options
Diffstat (limited to 'sshpty.h')
-rw-r--r-- | sshpty.h | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -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 | ||
25 | struct termios get_saved_tio(void); | 19 | struct termios get_saved_tio(void); |
@@ -31,5 +25,3 @@ void pty_release(const char *); | |||
31 | void pty_make_controlling_tty(int *, const char *); | 25 | void pty_make_controlling_tty(int *, const char *); |
32 | void pty_change_window_size(int, u_int, u_int, u_int, u_int); | 26 | void pty_change_window_size(int, u_int, u_int, u_int, u_int); |
33 | void pty_setowner(struct passwd *, const char *); | 27 | void pty_setowner(struct passwd *, const char *); |
34 | |||
35 | #endif /* SSHPTY_H */ | ||