Add missing function prototype in parse_util.h

darcs-hash:20060215022415-ac50b-a6510213a3559c7bd6b944bbe87c739faaef4792.gz
This commit is contained in:
axel 2006-02-15 12:24:15 +10:00
parent c94b9e504d
commit 0d1683edc8

View File

@ -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