From eee943f21ebc92e70cec963950c2fc0a29cab544 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 10 Apr 2001 15:47:00 +0000 Subject: Added camel-pgp-context.[c,h] to the build. Also added tests/smime/pgp.c 2001-04-06 Jeffrey Stedfast * Makefile.am: Added camel-pgp-context.[c,h] to the build. Also added tests/smime/pgp.c and Makefile.am * tests/smime/pgp.c: New test suite for PGP functions. * camel-pgp-context.c: Various fixes to get it to build. svn path=/trunk/; revision=9213 --- camel/camel-pgp-context.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'camel/camel-pgp-context.h') diff --git a/camel/camel-pgp-context.h b/camel/camel-pgp-context.h index df3da0467e..239d15bf3e 100644 --- a/camel/camel-pgp-context.h +++ b/camel/camel-pgp-context.h @@ -68,6 +68,12 @@ typedef struct _CamelPgpContext { } CamelPgpContext; +typedef struct _CamelPgpContextClass { + CamelObjectClass parent_class; + +} CamelPgpContextClass; + +typedef struct _CamelPgpValidity CamelPgpValidity; CamelType camel_pgp_context_get_type (void); @@ -91,8 +97,6 @@ int camel_pgp_decrypt (CamelPgpContext *context, CamelStream *istr CamelException *ex); /* CamelPgpValidity utility functions */ -typedef struct _CamelPgpValidity CamelPgpValidity; - CamelPgpValidity *camel_pgp_validity_new (void); void camel_pgp_validity_init (CamelPgpValidity *validity); -- cgit