aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2011-12-26 23:13:05 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2011-12-26 23:13:05 -0800
commit9cd279e0e9e119c279bd957434a1d30d5c60abc4 (patch)
tree4e4c578888e083eba931714d6bacdac60dbe5e59 /common.h
parentb67eaa3abd1539e6d0a610dc5e8cca428334beb6 (diff)
Migrate some more off of al_list
Diffstat (limited to 'common.h')
-rw-r--r--common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.h b/common.h
index f23a915c..07eb1217 100644
--- a/common.h
+++ b/common.h
@@ -530,6 +530,7 @@ void write_screen( const wchar_t *msg, string_buffer_t *buff );
\param out the list in which to place the elements.
*/
void tokenize_variable_array( const wchar_t *val, array_list_t *out );
+void tokenize_variable_array2( const wcstring &val, std::vector<wcstring> &out);
/**
Make sure the specified direcotry exists. If needed, try to create