aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-multipart-signed.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-multipart-signed.h')
-rw-r--r--camel/camel-multipart-signed.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/camel-multipart-signed.h b/camel/camel-multipart-signed.h
index be0a8b4d9d..2b0df64189 100644
--- a/camel/camel-multipart-signed.h
+++ b/camel/camel-multipart-signed.h
@@ -91,6 +91,8 @@ CamelType camel_multipart_signed_get_type (void);
/* public methods */
CamelMultipartSigned *camel_multipart_signed_new (void);
+CamelStream *camel_multipart_signed_get_content_stream(CamelMultipartSigned *mps, CamelException *ex);
+
int camel_multipart_signed_sign (CamelMultipartSigned *mps, CamelCipherContext *context,
CamelMimePart *content, const char *uiserid,
CamelCipherHash hash, CamelException *ex);