diff options
author | Darren Tucker <dtucker@zip.com.au> | 2004-05-13 16:06:46 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2004-05-13 16:06:46 +1000 |
commit | 06f2bd8bde688390c34eeedfb3aa7b8e4133542d (patch) | |
tree | 0f8a3dfe7e3520dd21317fa10e3f9cd67b95a628 /sshpty.h | |
parent | dcf6ec48f617af4dc27c8cd42960fa65240f5488 (diff) |
- deraadt@cvs.openbsd.org 2004/05/08 00:01:37
[auth.c clientloop.c misc.h servconf.c ssh.c sshpty.h sshtty.c
tildexpand.c], removed: sshtty.h tildexpand.h
make two tiny header files go away; djm ok
Diffstat (limited to 'sshpty.h')
-rw-r--r-- | sshpty.h | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: sshpty.h,v 1.4 2002/03/04 17:27:39 stevesk Exp $ */ | 1 | /* $OpenBSD: sshpty.h,v 1.5 2004/05/08 00:01:37 deraadt Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -17,6 +17,10 @@ | |||
17 | #ifndef SSHPTY_H | 17 | #ifndef SSHPTY_H |
18 | #define SSHPTY_H | 18 | #define SSHPTY_H |
19 | 19 | ||
20 | struct termios get_saved_tio(void); | ||
21 | void leave_raw_mode(void); | ||
22 | void enter_raw_mode(void); | ||
23 | |||
20 | int pty_allocate(int *, int *, char *, int); | 24 | int pty_allocate(int *, int *, char *, int); |
21 | void pty_release(const char *); | 25 | void pty_release(const char *); |
22 | void pty_make_controlling_tty(int *, const char *); | 26 | void pty_make_controlling_tty(int *, const char *); |