aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpgrt-int.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2021-10-22 15:23:00 +0000
committerWerner Koch <[email protected]>2021-10-22 15:23:00 +0000
commit2a32501a561a5d70069bcb6e7e87fb949370520e (patch)
tree091750851d4e41e3bd5152112e7fd957f352d8fb /src/gpgrt-int.h
parentlibtool: Link without -flat_namespace for macOS. (diff)
downloadlibgpg-error-2a32501a561a5d70069bcb6e7e87fb949370520e.tar.gz
libgpg-error-2a32501a561a5d70069bcb6e7e87fb949370520e.zip
core: new internal function _gpgrt_w32_reg_get_string.
* src/w32-reg.c (_gpgrt_w32_reg_query_string): Allow abbreviated root names. (_gpgrt_w32_reg_get_string): New. -- This should eventually be made public. Noet that we have a copy in gnupg.
Diffstat (limited to 'src/gpgrt-int.h')
-rw-r--r--src/gpgrt-int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpgrt-int.h b/src/gpgrt-int.h
index fde5ee4..8ca52c6 100644
--- a/src/gpgrt-int.h
+++ b/src/gpgrt-int.h
@@ -820,6 +820,7 @@ char *_gpgrt_absfnameconcat (const char *first_part,
char *_gpgrt_w32_reg_query_string (const char *root,
const char *dir,
const char *name);
+char *_gpgrt_w32_reg_get_string (const char *key);
#endif /*HAVE_W32_SYSTEM*/