diff options
author | Damien Miller <djm@mindrot.org> | 2006-03-15 11:11:28 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-03-15 11:11:28 +1100 |
commit | 99bd21e3fe8f8312cb71c1ebf23c34a82a861429 (patch) | |
tree | 998eb58d19d512ff72278df354af214248b95f7c /sshpty.h | |
parent | 2eb6340ddd2d1326cb3fd708be21b1bce7355e49 (diff) |
- stevesk@cvs.openbsd.org 2006/02/07 01:42:00
[channels.c clientloop.c clientloop.h includes.h packet.h]
[serverloop.c sshpty.c sshpty.h sshtty.c ttymodes.c]
move #include <termios.h> out of includes.h; ok markus@
Diffstat (limited to 'sshpty.h')
-rw-r--r-- | sshpty.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: sshpty.h,v 1.5 2004/05/08 00:01:37 deraadt Exp $ */ | 1 | /* $OpenBSD: sshpty.h,v 1.6 2006/02/07 01:42:00 stevesk Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -17,6 +17,8 @@ | |||
17 | #ifndef SSHPTY_H | 17 | #ifndef SSHPTY_H |
18 | #define SSHPTY_H | 18 | #define SSHPTY_H |
19 | 19 | ||
20 | #include <termios.h> | ||
21 | |||
20 | struct termios get_saved_tio(void); | 22 | struct termios get_saved_tio(void); |
21 | void leave_raw_mode(void); | 23 | void leave_raw_mode(void); |
22 | void enter_raw_mode(void); | 24 | void enter_raw_mode(void); |