aboutsummaryrefslogtreecommitdiffhomepage
path: root/expand.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-06-02 14:04:25 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-06-02 14:04:25 -0700
commitb7ba2529658e128bfd4b5aacb7702a13c6a9d820 (patch)
tree3242654c8485d7272e0c2a982193cab921873f18 /expand.h
parentae12e1b5379d8cee2dd87891670536d01dbce45e (diff)
Restore implicit cd for paths starting with ., .., or ~
Diffstat (limited to 'expand.h')
-rw-r--r--expand.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/expand.h b/expand.h
index 14a09230..f9dd90d8 100644
--- a/expand.h
+++ b/expand.h
@@ -162,7 +162,6 @@ wcstring expand_escape_variable( const wcstring &in );
\param input the string to tilde expand
*/
void expand_tilde(wcstring &input);
-wchar_t * expand_tilde_compat( wchar_t *input );
/**