aboutsummaryrefslogtreecommitdiffhomepage
path: root/expand.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-08 00:15:06 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-08 00:15:06 -0800
commit191eeab58906e49a8863c60ac0324f722bdfa17c (patch)
tree1209081a15ea1c679eb287bc01a7de21ceaa365a /expand.h
parent3f8621e566e409c522b858ced125b204aea5620b (diff)
Cleanup expand_escape_variable
Diffstat (limited to 'expand.h')
-rw-r--r--expand.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/expand.h b/expand.h
index 79fb68b5..1c40c0b1 100644
--- a/expand.h
+++ b/expand.h
@@ -162,8 +162,7 @@ bool expand_one( wcstring &inout_str, int flag );
\param in the value to escape
*/
-wchar_t *expand_escape_variable( const wchar_t *in );
-wcstring expand_escape_variable2( const wcstring &in );
+wcstring expand_escape_variable( const wcstring &in );
/**
Perform tilde expansion and nothing else on the specified string, which is modified in place.