diff options
Diffstat (limited to 'mail/mail-crypto.h')
-rw-r--r-- | mail/mail-crypto.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/mail-crypto.h b/mail/mail-crypto.h index a380f65863..5a7801c15e 100644 --- a/mail/mail-crypto.h +++ b/mail/mail-crypto.h @@ -23,17 +23,15 @@ #ifndef MAIL_CRYPTO_H #define MAIL_CRYPTO_H -#include <camel/camel.h> -#include "mail-config.h" - #ifdef __cplusplus extern "C" { #pragma } #endif /* __cplusplus */ +struct _EAccount; /* PGP/MIME convenience wrappers */ -CamelCipherContext *mail_crypto_get_pgp_cipher_context (EAccount *account); +struct _CamelCipherContext *mail_crypto_get_pgp_cipher_context(struct _EAccount *account); #ifdef __cplusplus } |