X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=readline%2Ftilde.h;h=c58ce20e7a25e92968d84a319792f2957e90c724;hb=b5057acde36b5a9a52e1505a29091ec17c0b6ac5;hp=f8182c999d9b43c2b88cceb0f4142eb607b95154;hpb=01f0fe5e0450edf168c1f612feb93cf588e4e7ea;p=deliverable%2Fbinutils-gdb.git diff --git a/readline/tilde.h b/readline/tilde.h index f8182c999d..c58ce20e7a 100644 --- a/readline/tilde.h +++ b/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