X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=util%2Fcrypto.h;h=1a90f0e00321fc73d1e93d8808ae602222b5048e;hp=c384601c11d35772a727c55996f4c3180076481e;hb=152b6cac5d496aaad816d20d7b2286e9ac73207d;hpb=c3a683299d4c27d6eadaacf4fb516f73a6c69fc3 diff --git a/util/crypto.h b/util/crypto.h index c384601c..1a90f0e0 100644 --- a/util/crypto.h +++ b/util/crypto.h @@ -5,6 +5,10 @@ #include "gmime-extra.h" #include "notmuch.h" +#ifdef __cplusplus +extern "C" { +#endif + typedef struct _notmuch_crypto { bool verify; notmuch_decryption_policy_t decrypt; @@ -34,4 +38,7 @@ _notmuch_crypto_get_gmime_ctx_for_protocol (_notmuch_crypto_t *crypto, void _notmuch_crypto_cleanup (_notmuch_crypto_t *crypto); +#ifdef __cplusplus +} +#endif #endif