X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=util%2Fcrypto.h;fp=util%2Fcrypto.h;h=d68634f3322ca7b8d5cfab10c4707189fabb4bc4;hb=5f2832ae2171714dfef6d0d3302f473526480157;hp=1ff0297db45077bdb491dfbf8d27775ae3c280bd;hpb=9beda4b9811323d1fd9eb120d6e7a2ef69beed14;p=notmuch diff --git a/util/crypto.h b/util/crypto.h index 1ff0297d..d68634f3 100644 --- a/util/crypto.h +++ b/util/crypto.h @@ -2,10 +2,8 @@ #define _CRYPTO_H #include -#if (GMIME_MAJOR_VERSION < 3) #include "gmime-extra.h" #include "notmuch.h" -#endif typedef struct _notmuch_crypto { bool verify; @@ -17,6 +15,11 @@ typedef struct _notmuch_crypto { #endif } _notmuch_crypto_t; +GMimeObject * +_notmuch_crypto_decrypt (GMimeCryptoContext* crypto_ctx, + GMimeMultipartEncrypted *part, + GMimeDecryptResult **decrypt_result, + GError **err); #if (GMIME_MAJOR_VERSION < 3) notmuch_status_t