From 2a32501a561a5d70069bcb6e7e87fb949370520e Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 22 Oct 2021 17:23:00 +0200 Subject: 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. --- src/gpgrt-int.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gpgrt-int.h') 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*/ -- cgit v1.2.3