diff options
Diffstat (limited to 'src/gpg-error.def.in')
-rw-r--r-- | src/gpg-error.def.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/gpg-error.def.in b/src/gpg-error.def.in index 67bb12e..f4f3668 100644 --- a/src/gpg-error.def.in +++ b/src/gpg-error.def.in @@ -218,5 +218,15 @@ EXPORTS gpgrt_b64enc_write @167 gpgrt_b64enc_finish @168 + gpgrt_secmem_init @169 + gpgrt_secmem_term @170 + gpgrt_secmem_malloc @171 + gpgrt_secmem_realloc @172 + gpgrt_secmem_free @173 + gpgrt_secmem_dump_stats @174 + gpgrt_secmem_set_auto_expand @175 + gpgrt_secmem_set_flags @176 + gpgrt_secmem_get_flags @177 + gpgrt_private_is_secure @178 ;; end of file with public symbols for Windows. |