mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-24 11:41:15 -03:00
A bunch of work to move towards a sane memory model in job_t
This commit is contained in:
2
common.h
2
common.h
@@ -356,7 +356,7 @@ wcstring format_string(const wchar_t *format, ...);
|
||||
Returns a newly allocated wide character string array equivalent of
|
||||
the specified multibyte character string array
|
||||
*/
|
||||
char **wcsv2strv( const wchar_t **in );
|
||||
char **wcsv2strv( const wchar_t * const *in );
|
||||
|
||||
/**
|
||||
Returns a newly allocated multibyte character string array equivalent of the specified wide character string array
|
||||
|
||||
Reference in New Issue
Block a user