diff options
Diffstat (limited to 'common/w32help.h')
-rw-r--r-- | common/w32help.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/common/w32help.h b/common/w32help.h index ca5ccf8bd..7f97f0d3e 100644 --- a/common/w32help.h +++ b/common/w32help.h @@ -32,8 +32,10 @@ #define GNUPG_COMMON_W32HELP_H /*-- w32-misc.c --*/ + /* This module is also part of the Unix tests. */ -char **w32_parse_commandline (char *cmdline, int globing, int *r_argc); +char **w32_parse_commandline (char *cmdline, int globing, int *r_argv, + int *r_itemsalloced); |