summaryrefslogtreecommitdiff
path: root/lib/tilde/tilde.h
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2011-12-03 13:37:00 -0500
committerChet Ramey <chet.ramey@case.edu>2011-12-03 13:37:00 -0500
commit22e63b05c844e8bc57786e8085f59c47e1728ebe (patch)
treec0ba4794ade816759e28262c11d1a68ee806859a /lib/tilde/tilde.h
parent633e5c6dee15fe4b85c9eac159d6f4aa147b1f09 (diff)
downloadbash-22e63b05c844e8bc57786e8085f59c47e1728ebe.tar.gz
commit bash-20040923 snapshot
Diffstat (limited to 'lib/tilde/tilde.h')
-rw-r--r--lib/tilde/tilde.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/tilde/tilde.h b/lib/tilde/tilde.h
index f8182c99..c58ce20e 100644
--- a/lib/tilde/tilde.h
+++ b/lib/tilde/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