diff options
Diffstat (limited to 'tty.h')
| -rw-r--r-- | tty.h | 5 | 
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/*	$NetBSD: tty.h,v 1.11 2005/06/01 11:37:52 lukem Exp $	*/ +/*	$NetBSD: tty.h,v 1.12 2009/12/30 22:37:40 christos Exp $	*/  /*-   * Copyright (c) 1992, 1993 @@ -40,6 +40,7 @@  #ifndef _h_el_tty  #define	_h_el_tty +#include "sys.h"  #include "histedit.h"  #include <termios.h>  #include <unistd.h> @@ -458,7 +459,7 @@ typedef unsigned char ttychar_t[NN_IO][C_NCC];  protected int	tty_init(EditLine *);  protected void	tty_end(EditLine *); -protected int	tty_stty(EditLine *, int, const char **); +protected int	tty_stty(EditLine *, int, const Char **);  protected int	tty_rawmode(EditLine *);  protected int	tty_cookedmode(EditLine *);  protected int	tty_quotemode(EditLine *);  | 
