From 27ef633cd3f7fd5fb6cb033edd2c1747a6e59acb Mon Sep 17 00:00:00 2001 From: ache Date: Tue, 28 Apr 1998 06:22:20 +0000 Subject: V2.2 import --- contrib/libreadline/display.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'contrib/libreadline/display.c') diff --git a/contrib/libreadline/display.c b/contrib/libreadline/display.c index 609d827..edb5b20 100644 --- a/contrib/libreadline/display.c +++ b/contrib/libreadline/display.c @@ -72,7 +72,11 @@ extern int _rl_prefer_visible_bell; /* Variables and functions imported from terminal.c */ extern void _rl_output_some_chars (); +#ifdef _MINIX +extern void _rl_output_character_function (); +#else extern int _rl_output_character_function (); +#endif extern int _rl_backspace (); extern char *term_clreol, *term_clrpag; -- cgit v1.1