Back out previous fix, correct place to fix is octave program
authorAndrey Chernov <ache@FreeBSD.org>
Tue, 10 May 1994 01:21:11 +0000 (01:21 +0000)
committerAndrey Chernov <ache@FreeBSD.org>
Tue, 10 May 1994 01:21:11 +0000 (01:21 +0000)
gnu/lib/libreadline/readline/readline.h

index 448d588..007bc87 100644 (file)
@@ -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. */
    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. */
 
 /* If non-zero, then this is the address of a function to call just
    before readline_internal () prints the first prompt. */