=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/sshpty.h,v retrieving revision 1.4 retrieving revision 1.4.10.1 diff -u -r1.4 -r1.4.10.1 --- src/usr.bin/ssh/sshpty.h 2002/03/04 17:27:39 1.4 +++ src/usr.bin/ssh/sshpty.h 2004/08/19 04:13:28 1.4.10.1 @@ -1,4 +1,4 @@ -/* $OpenBSD: sshpty.h,v 1.4 2002/03/04 17:27:39 stevesk Exp $ */ +/* $OpenBSD: sshpty.h,v 1.4.10.1 2004/08/19 04:13:28 brad Exp $ */ /* * Author: Tatu Ylonen @@ -16,6 +16,10 @@ #ifndef SSHPTY_H #define SSHPTY_H + +struct termios get_saved_tio(void); +void leave_raw_mode(void); +void enter_raw_mode(void); int pty_allocate(int *, int *, char *, int); void pty_release(const char *);