From 9f642307d275beee2663cf2e2a0b41400aeec607 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 2 Apr 2001 07:10:28 +0000 Subject: Update the function prototypes to match those found in 2001-04-02 Jeffrey Stedfast * camel-pgp-context.h: Update the function prototypes to match those found in camel-pgp-context.c. * camel-pgp-context.c: Updated. * camel-pgp-mime.c (camel_pgp_mime_part_sign): Implemented. (camel_pgp_mime_part_verify): Implemented. (camel_pgp_mime_part_encrypt): Implemented. (camel_pgp_mime_part_decrypt): Implemented. svn path=/trunk/; revision=9095 --- camel/camel-pgp-context.c | 1 + 1 file changed, 1 insertion(+) (limited to 'camel/camel-pgp-context.c') diff --git a/camel/camel-pgp-context.c b/camel/camel-pgp-context.c index 5b435a6941..3193f5d8b2 100644 --- a/camel/camel-pgp-context.c +++ b/camel/camel-pgp-context.c @@ -473,6 +473,7 @@ crypto_exec_with_passwd (const char *path, char *argv[], const char *input, int /** * camel_pgp_sign: * @context: PGP Context + * @userid: private key to use to sign the stream * @hash: preferred Message-Integrity-Check hash algorithm * @istream: input stream * @ostream: output stream -- cgit v1.2.3