From 547e123d2777bd3beba36e74e018efb590ed44d4 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 18 Jun 2009 15:26:21 -0400 Subject: Stop abusing forward declarations. --- mail/mail-crypto.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'mail/mail-crypto.h') diff --git a/mail/mail-crypto.h b/mail/mail-crypto.h index 0ed51e3ff1..d4d5b7f504 100644 --- a/mail/mail-crypto.h +++ b/mail/mail-crypto.h @@ -25,10 +25,8 @@ G_BEGIN_DECLS -struct _EAccount; - /* PGP/MIME convenience wrappers */ -struct _CamelCipherContext *mail_crypto_get_pgp_cipher_context(struct _EAccount *account); +CamelCipherContext *mail_crypto_get_pgp_cipher_context(EAccount *account); G_END_DECLS -- cgit v1.2.3