Migrate function.cpp to STL types.

This commit is contained in:
ridiculousfish
2012-01-13 23:44:18 -08:00
parent 57c9eeeecb
commit 8ba79d6ab9
7 changed files with 161 additions and 260 deletions

View File

@@ -155,7 +155,7 @@ int parse_util_unload( const wchar_t *cmd,
Set the argv environment variable to the specified null-terminated
array of strings.
*/
void parse_util_set_argv( wchar_t **argv, array_list_t *named_arguments );
void parse_util_set_argv( wchar_t **argv, const wcstring_list_t &named_arguments );
/**
Make a duplicate of the specified string, unescape wildcard