From 8dd2e3731fe9b5cee62ec0f6e2d37b604ec0e8c8 Mon Sep 17 00:00:00 2001 From: ache Date: Tue, 11 Apr 1995 17:53:14 +0000 Subject: Add new ttsetcompat function (from tty_compat) --- sys/sys/tty.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/sys/tty.h') diff --git a/sys/sys/tty.h b/sys/sys/tty.h index cae0511..0547511 100644 --- a/sys/sys/tty.h +++ b/sys/sys/tty.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)tty.h 8.6 (Berkeley) 1/21/94 - * $Id: tty.h,v 1.15 1995/03/29 19:03:02 ache Exp $ + * $Id: tty.h,v 1.16 1995/04/01 11:58:27 ache Exp $ */ #ifndef _SYS_TTY_H_ @@ -210,6 +210,7 @@ int q_to_b __P((struct clist *q, char *cp, int cc)); int unputc __P((struct clist *q)); int ttcompat __P((struct tty *tp, int com, caddr_t data, int flag)); +int ttsetcompat __P((struct tty *tp, int *com, caddr_t data, struct termios *term)); int nullmodem __P((struct tty *tp, int flag)); int tputchar __P((int c, struct tty *tp)); -- cgit v1.1