diff options
author | df@pippilotta.erinye.com <> | 2007-11-19 14:38:08 +0100 |
---|---|---|
committer | df@pippilotta.erinye.com <> | 2007-11-19 14:38:08 +0100 |
commit | 44ab4b2e7dad5445216c73d66577c44e4424dcec (patch) | |
tree | 6886afa4046d456ba17671394e79a76cec21267a /cmd-line-utils/readline/tilde.h | |
parent | 51be103e131206a3beffa5f8445c880b89229613 (diff) | |
download | mariadb-git-44ab4b2e7dad5445216c73d66577c44e4424dcec.tar.gz |
Update readline to version 5.2. This fixes bug#18431.
Diffstat (limited to 'cmd-line-utils/readline/tilde.h')
-rw-r--r-- | cmd-line-utils/readline/tilde.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cmd-line-utils/readline/tilde.h b/cmd-line-utils/readline/tilde.h index f8182c999d9..c58ce20e7a2 100644 --- a/cmd-line-utils/readline/tilde.h +++ b/cmd-line-utils/readline/tilde.h @@ -71,6 +71,9 @@ extern char *tilde_expand PARAMS((const char *)); tilde. If there is no expansion, call tilde_expansion_failure_hook. */ extern char *tilde_expand_word PARAMS((const char *)); +/* Find the portion of the string beginning with ~ that should be expanded. */ +extern char *tilde_find_word PARAMS((const char *, int, int *)); + #ifdef __cplusplus } #endif |