From e7dd2a9044ce10592abdda8cd6940ced20a62409 Mon Sep 17 00:00:00 2001 From: ache Date: Tue, 10 May 1994 01:16:18 +0000 Subject: [PATCH] Correct rl_attempted_completion_function type to Function * for successful compilation with octave --- 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 007bc87c89b..448d58814b9 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 CPPFunction *rl_attempted_completion_function; +extern Function *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