import of readlilne 5.1
[deliverable/binutils-gdb.git] / readline / tilde.h
index f8182c999d9b43c2b88cceb0f4142eb607b95154..c58ce20e7a25e92968d84a319792f2957e90c724 100644 (file)
@@ -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
This page took 0.025409 seconds and 4 git commands to generate.