aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-multipart-encrypted.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-06-27 04:38:08 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-06-27 04:38:08 +0800
commitdeeb747aeb8b78e71ac87d6a63f938d73379b417 (patch)
tree4d7b79c167767cd519ef5be771266e6909c04e65 /camel/camel-multipart-encrypted.h
parente3b754e4ada783e01438a108b5d56264c0080ce3 (diff)
downloadgsoc2013-evolution-deeb747aeb8b78e71ac87d6a63f938d73379b417.tar
gsoc2013-evolution-deeb747aeb8b78e71ac87d6a63f938d73379b417.tar.gz
gsoc2013-evolution-deeb747aeb8b78e71ac87d6a63f938d73379b417.tar.bz2
gsoc2013-evolution-deeb747aeb8b78e71ac87d6a63f938d73379b417.tar.lz
gsoc2013-evolution-deeb747aeb8b78e71ac87d6a63f938d73379b417.tar.xz
gsoc2013-evolution-deeb747aeb8b78e71ac87d6a63f938d73379b417.tar.zst
gsoc2013-evolution-deeb747aeb8b78e71ac87d6a63f938d73379b417.zip
Oops, this needs to take a userid argument.
2002-06-26 Jeffrey Stedfast <fejj@ximian.com> * camel-multipart-encrypted.c (camel_multipart_encrypted_encrypt): Oops, this needs to take a userid argument. svn path=/trunk/; revision=17299
Diffstat (limited to 'camel/camel-multipart-encrypted.h')
-rw-r--r--camel/camel-multipart-encrypted.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/camel/camel-multipart-encrypted.h b/camel/camel-multipart-encrypted.h
index 9b9990a047..94bcb792cf 100644
--- a/camel/camel-multipart-encrypted.h
+++ b/camel/camel-multipart-encrypted.h
@@ -69,8 +69,8 @@ CamelType camel_multipart_encrypted_get_type (void);
CamelMultipartEncrypted *camel_multipart_encrypted_new (void);
int camel_multipart_encrypted_encrypt (CamelMultipartEncrypted *mpe, CamelMimePart *content,
- CamelCipherContext *cipher, GPtrArray *recipients,
- CamelException *ex);
+ CamelCipherContext *cipher, const char *userid,
+ GPtrArray *recipients, CamelException *ex);
CamelMimePart *camel_multipart_encrypted_decrypt (CamelMultipartEncrypted *mpe,
CamelCipherContext *cipher,