mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-22 10:11:13 -03:00
Migrate function.cpp to STL types.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user