aboutsummaryrefslogtreecommitdiffstats
path: root/common/w32help.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/w32help.h')
-rw-r--r--common/w32help.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/w32help.h b/common/w32help.h
index 33000acc7..5a4e5752c 100644
--- a/common/w32help.h
+++ b/common/w32help.h
@@ -44,7 +44,7 @@ char **w32_parse_commandline (char *cmdline, int globing, int *r_argv,
/*-- w32-reg.c --*/
char *read_w32_registry_string (const char *root,
const char *dir, const char *name );
-char *read_w32_reg_string (const char *key);
+char *read_w32_reg_string (const char *key, int *r_hklm_fallback);
#endif /*HAVE_W32_SYSTEM*/