core: Export gpgme_data_new_from_estream function.

Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
Jasper Spaans 2018-08-27 09:04:16 +02:00 committed by Werner Koch
parent 138e1dde02
commit 08cd34afb7
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
2 changed files with 5 additions and 0 deletions

View File

@ -272,5 +272,7 @@ EXPORTS
gpgme_op_encrypt_sign_ext @202
gpgme_op_encrypt_sign_ext_start @203
gpgme_data_new_from_estream @204
; END

View File

@ -133,6 +133,9 @@ GPGME_1.1 {
gpgme_op_decrypt_ext;
gpgme_op_decrypt_ext_start;
gpgme_data_new_from_estream;
};