diff options
Diffstat (limited to 'src/protos.h')
-rw-r--r-- | src/protos.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/protos.h b/src/protos.h index 9a8d57a..7cc3489 100644 --- a/src/protos.h +++ b/src/protos.h @@ -24,6 +24,7 @@ /*-- w32-gettext.c --*/ wchar_t *_gpgrt_utf8_to_wchar (const char *string); void _gpgrt_free_wchar (wchar_t *wstring); +char *_gpgrt_wchar_to_utf8 (const wchar_t *string, size_t length); void _gpgrt_w32_set_errno (int ec); |