aboutsummaryrefslogtreecommitdiffhomepage
path: root/parse_util.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2007-04-17 06:06:11 +1000
committerGravatar axel <axel@liljencrantz.se>2007-04-17 06:06:11 +1000
commit4d6751c2740298709d291dde304d4ee7a9330944 (patch)
tree410a142473dae877a3360dfc7fe15a5fcd4117ed /parse_util.h
parenta03a4d1ba3c1558aa18ad66f54121425e64b9192 (diff)
Allow named arguments to function instead of only $argv. Philip Ganchev once suggested this, and it was suggested again by Egil Möller.
darcs-hash:20070416200611-ac50b-5eb42c94a65a4e72cae12cd9c04424bdc3b2b4f8.gz
Diffstat (limited to 'parse_util.h')
-rw-r--r--parse_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse_util.h b/parse_util.h
index 2b1aec53..79666924 100644
--- a/parse_util.h
+++ b/parse_util.h
@@ -138,7 +138,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 );
+void parse_util_set_argv( wchar_t **argv, array_list_t *named_arguments );
/**
Make a duplicate of the specified string, unescape wildcard