From 0d1683edc8180c4f1e09cd53344a749bc2ebf363 Mon Sep 17 00:00:00 2001 From: axel Date: Wed, 15 Feb 2006 12:24:15 +1000 Subject: [PATCH] Add missing function prototype in parse_util.h darcs-hash:20060215022415-ac50b-a6510213a3559c7bd6b944bbe87c739faaef4792.gz --- parse_util.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/parse_util.h b/parse_util.h index 847260bd4..81e4dcce8 100644 --- a/parse_util.h +++ b/parse_util.h @@ -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