aboutsummaryrefslogtreecommitdiff
path: root/readline/tilde.h
diff options
context:
space:
mode:
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>2006-04-20 20:05:52 +0000
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>2006-04-20 20:05:52 +0000
commitb585a9fad59f9d0c07681778b97d36b67bd9748d (patch)
treed809e30a40f38fd19b05d2cbd920187e84108432 /readline/tilde.h
parent84041b4c47edb0461f3b82afb77ca2d81819ebfa (diff)
downloadbinutils-FSF.zip
binutils-FSF.tar.gz
binutils-FSF.tar.bz2
import of readlilne 5.1FSF
Diffstat (limited to 'readline/tilde.h')
-rw-r--r--readline/tilde.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/readline/tilde.h b/readline/tilde.h
index f8182c9..c58ce20 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