diff options
Diffstat (limited to 'camel/camel-multipart-encrypted.h')
-rw-r--r-- | camel/camel-multipart-encrypted.h | 4 |
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, |