Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libedit make this compile.



details:   https://anonhg.NetBSD.org/src/rev/56e10850489c
branches:  trunk
changeset: 551971:56e10850489c
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Sep 14 21:55:39 2003 +0000

description:
make this compile.

diffstat:

 lib/libedit/readline.c |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r 7a8ca82f0fa2 -r 56e10850489c lib/libedit/readline.c
--- a/lib/libedit/readline.c    Sun Sep 14 21:55:19 2003 +0000
+++ b/lib/libedit/readline.c    Sun Sep 14 21:55:39 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: readline.c,v 1.32 2003/09/14 21:48:54 christos Exp $   */
+/*     $NetBSD: readline.c,v 1.33 2003/09/14 21:55:39 christos Exp $   */
 
 /*-
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
 
 #include "config.h"
 #if !defined(lint) && !defined(SCCSID)
-__RCSID("$NetBSD: readline.c,v 1.32 2003/09/14 21:48:54 christos Exp $");
+__RCSID("$NetBSD: readline.c,v 1.33 2003/09/14 21:55:39 christos Exp $");
 #endif /* not lint && not SCCSID */
 
 #include <sys/types.h>
@@ -102,9 +102,10 @@
 int rl_filename_completion_desired = 0;
 int rl_ignore_completion_duplicates = 0;
 VFunction *rl_redisplay_function = NULL;
+Function *rl_startup_hook = NULL;
 Function *rl_completion_display_matches_hook = NULL;
-Function *rl_prep_term_function = NULL;
-Function *rl_deprep_term_function = NULL;
+VFunction *rl_prep_term_function = NULL;
+VFunction *rl_deprep_term_function = NULL;
 
 /*
  * The current prompt string.



Home | Main Index | Thread Index | Old Index