diff options
author | ache <ache@FreeBSD.org> | 1994-05-10 01:21:11 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-05-10 01:21:11 +0000 |
commit | 3c39970bc8de5ff073c8926f4c0802a36c30a3b1 (patch) | |
tree | f28f2d52bb4b856ef6a375919e9f851bd131a2ec /gnu/lib | |
parent | e7dd2a9044ce10592abdda8cd6940ced20a62409 (diff) | |
download | FreeBSD-src-3c39970bc8de5ff073c8926f4c0802a36c30a3b1.zip FreeBSD-src-3c39970bc8de5ff073c8926f4c0802a36c30a3b1.tar.gz |
Back out previous fix, correct place to fix is octave program
Diffstat (limited to 'gnu/lib')
-rw-r--r-- | gnu/lib/libreadline/readline/readline.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libreadline/readline/readline.h b/gnu/lib/libreadline/readline/readline.h index 448d588..007bc87 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. */ |