aboutsummaryrefslogtreecommitdiffhomepage
path: root/expand.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2011-12-26 22:51:34 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2011-12-26 22:51:34 -0800
commitb67eaa3abd1539e6d0a610dc5e8cca428334beb6 (patch)
treef0106ff9e7abb5aa3e03824321314df126f9f137 /expand.h
parent046c9b56f5344107a0105cc00f4a34071a8170b4 (diff)
More migration to the STL
Diffstat (limited to 'expand.h')
-rw-r--r--expand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/expand.h b/expand.h
index a7dafb6f..56ac7915 100644
--- a/expand.h
+++ b/expand.h
@@ -148,6 +148,7 @@ enum
__warn_unused int expand_string( void *context, wchar_t *in, array_list_t *out, int flag );
__warn_unused int expand_string2( const wcstring &input, std::list<wcstring> &output, int flag );
+
/**
expand_one is identical to expand_string, except it will fail if in
expands to more than one string. This is used for expanding command