X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Fplugins%2Fpgpcore%2Fsgpgme.h;h=33604c521e8af5c507a0ab0d98763e1c5f00dc5e;hp=51a8914e39c9fd426e38642fe27e8d650ea30e16;hb=0c0b1cd6aef8af14fa964a7f00e4ca4dae5d260f;hpb=237bf4ff2f52b1cef5b79ca07536fc2cf8e8cff1;ds=inline diff --git a/src/plugins/pgpcore/sgpgme.h b/src/plugins/pgpcore/sgpgme.h index 51a8914e3..33604c521 100644 --- a/src/plugins/pgpcore/sgpgme.h +++ b/src/plugins/pgpcore/sgpgme.h @@ -44,7 +44,8 @@ gpgme_data_t sgpgme_decrypt_verify (gpgme_data_t cipher, gpgme_ctx_t ctx); gchar *sgpgme_get_encrypt_data (GSList *recp_names, gpgme_protocol_t proto); -gboolean sgpgme_setup_signers(gpgme_ctx_t ctx, PrefsAccount *account); +gboolean sgpgme_setup_signers(gpgme_ctx_t ctx, PrefsAccount *account, + const gchar *from_addr); void sgpgme_check_create_key(void); gboolean sgpgme_has_secret_key(void); void sgpgme_create_secret_key(PrefsAccount *account, gboolean ask_create);