mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08:00
Add missing function prototype in parse_util.h
darcs-hash:20060215022415-ac50b-a6510213a3559c7bd6b944bbe87c739faaef4792.gz
This commit is contained in:
parent
c94b9e504d
commit
0d1683edc8
@ -79,4 +79,10 @@ int parse_util_load( const wchar_t *cmd,
|
||||
void (*on_load)(const wchar_t *cmd),
|
||||
int reload );
|
||||
|
||||
/**
|
||||
Set the argv environment variable to the specified null-terminated
|
||||
array of strings
|
||||
*/
|
||||
void parse_util_set_argv( wchar_t **argv );
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user