diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-06-27 02:49:05 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-06-27 02:49:05 +0800 |
commit | d8c728732654b00e0427044d425f9c7a9a08e3f2 (patch) | |
tree | d5f79b1d69ba25f64977ed1c1b28395050d187a9 /camel/camel-multipart-signed.h | |
parent | 58b5a7c7332d3c9e3ef0ff269f184a27fba3e454 (diff) | |
download | gsoc2013-evolution-d8c728732654b00e0427044d425f9c7a9a08e3f2.tar.gz gsoc2013-evolution-d8c728732654b00e0427044d425f9c7a9a08e3f2.tar.zst gsoc2013-evolution-d8c728732654b00e0427044d425f9c7a9a08e3f2.zip |
Check for NODATA too.
2002-06-26 Jeffrey Stedfast <fejj@ximian.com>
* camel-gpg-context.c (gpg_ctx_parse_status): Check for NODATA
too.
svn path=/trunk/; revision=17295
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 } |