diff options
Diffstat (limited to 'g13/call-gpg.h')
-rw-r--r-- | g13/call-gpg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/g13/call-gpg.h b/g13/call-gpg.h index 3e801be3b..ffc5f29b5 100644 --- a/g13/call-gpg.h +++ b/g13/call-gpg.h @@ -23,6 +23,8 @@ gpg_error_t gpg_encrypt_blob (ctrl_t ctrl, const void *plain, size_t plainlen, void **r_ciph, size_t *r_ciphlen); +gpg_error_t gpg_decrypt_blob (ctrl_t ctrl, const void *ciph, size_t ciphlen, + void **r_plain, size_t *r_plainlen); |