summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1994-05-10 01:16:18 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1994-05-10 01:16:18 +0000
commit11e697311b2d31999235bf928e13c33e21cec60a (patch)
treeacda974302b90729861d7e56b5679ece3fabdb80 /gnu
parent9cadef18e6c5a4e182160533a09f6076ef501838 (diff)
downloadsrc-test2-11e697311b2d31999235bf928e13c33e21cec60a.tar.gz
src-test2-11e697311b2d31999235bf928e13c33e21cec60a.zip
Notes
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 007bc87c89b7..448d58814b9f 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. */