diff options
Diffstat (limited to 'camel/camel-multipart-signed.h')
-rw-r--r-- | camel/camel-multipart-signed.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/camel/camel-multipart-signed.h b/camel/camel-multipart-signed.h index 7371e370ed..be0a8b4d9d 100644 --- a/camel/camel-multipart-signed.h +++ b/camel/camel-multipart-signed.h @@ -91,8 +91,11 @@ CamelType camel_multipart_signed_get_type (void); /* public methods */ CamelMultipartSigned *camel_multipart_signed_new (void); -int camel_multipart_signed_sign (CamelMultipartSigned *mps, CamelCipherContext *context, CamelMimePart *content, const char *uiserid, CamelCipherHash hash, CamelException *ex); -CamelCipherValidity *camel_multipart_signed_verify (CamelMultipartSigned *mps, CamelCipherContext *context, CamelException *ex); +int camel_multipart_signed_sign (CamelMultipartSigned *mps, CamelCipherContext *context, + CamelMimePart *content, const char *uiserid, + CamelCipherHash hash, CamelException *ex); +CamelCipherValidity *camel_multipart_signed_verify (CamelMultipartSigned *mps, CamelCipherContext *context, + CamelException *ex); #ifdef __cplusplus } |