aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32-add.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32-add.h')
-rw-r--r--src/w32-add.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/w32-add.h b/src/w32-add.h
index d567799..dd6db5d 100644
--- a/src/w32-add.h
+++ b/src/w32-add.h
@@ -88,3 +88,6 @@ char *gpgrt_wchar_to_utf8 (const wchar_t *wstring);
char *gpgrt_w32_reg_query_string (const char *root,
const char *dir,
const char *name);
+
+/* Query a string in the registry using a unified key representation. */
+char *gpgrt_w32_reg_get_string (const char *key);