From 9cd279e0e9e119c279bd957434a1d30d5c60abc4 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Mon, 26 Dec 2011 23:13:05 -0800 Subject: Migrate some more off of al_list --- common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common.h') 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 &out); /** Make sure the specified direcotry exists. If needed, try to create -- cgit v1.2.3