aboutsummaryrefslogtreecommitdiffstats
path: root/g13/call-gpg.h
diff options
context:
space:
mode:
Diffstat (limited to 'g13/call-gpg.h')
-rw-r--r--g13/call-gpg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/g13/call-gpg.h b/g13/call-gpg.h
index ffc5f29b5..339544d50 100644
--- a/g13/call-gpg.h
+++ b/g13/call-gpg.h
@@ -22,6 +22,7 @@
gpg_error_t gpg_encrypt_blob (ctrl_t ctrl,
const void *plain, size_t plainlen,
+ strlist_t keys,
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);