summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-05-10 01:16:18 +0000
committerache <ache@FreeBSD.org>1994-05-10 01:16:18 +0000
commite7dd2a9044ce10592abdda8cd6940ced20a62409 (patch)
treeacda974302b90729861d7e56b5679ece3fabdb80 /gnu
parente8a676a6906c1eef339632bd8fe549bfbce3e139 (diff)
downloadFreeBSD-src-e7dd2a9044ce10592abdda8cd6940ced20a62409.zip
FreeBSD-src-e7dd2a9044ce10592abdda8cd6940ced20a62409.tar.gz
Correct rl_attempted_completion_function type to Function *
for successful compilation with octave
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/libreadline/readline/readline.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libreadline/readline/readline.h b/gnu/lib/libreadline/readline/readline.h
index 007bc87..448d588 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. */
OpenPOWER on IntegriCloud