From 3c39970bc8de5ff073c8926f4c0802a36c30a3b1 Mon Sep 17 00:00:00 2001 From: ache Date: Tue, 10 May 1994 01:21:11 +0000 Subject: [PATCH] Back out previous fix, correct place to fix is octave program --- gnu/lib/libreadline/readline/readline.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/lib/libreadline/readline/readline.h b/gnu/lib/libreadline/readline/readline.h index 448d58814b9..007bc87c89b 100644 --- a/gnu/lib/libreadline/readline/readline.h +++ b/gnu/lib/libreadline/readline/readline.h @@ -173,7 +173,7 @@ extern Function *rl_ignore_some_completions_function; If this function exists and returns NULL then call the value of rl_completion_entry_function to try to match, otherwise use the array of strings returned. */ -extern Function *rl_attempted_completion_function; +extern CPPFunction *rl_attempted_completion_function; /* If non-zero, then this is the address of a function to call just before readline_internal () prints the first prompt. */ -- 2.45.2