diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-01-29 08:19:38 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-01-30 04:01:12 +0800 |
commit | 63eba7c310c6eb45a4a405911b4f0cec1c900afc (patch) | |
tree | 45396c72cebd7dbdf85eebdd80e4d6d17bfe8fe3 /mail/em-format-html.h | |
parent | 9ff52b74c301d7846f05c9e7603c54dcc698e3b3 (diff) | |
download | gsoc2013-evolution-63eba7c310c6eb45a4a405911b4f0cec1c900afc.tar.gz gsoc2013-evolution-63eba7c310c6eb45a4a405911b4f0cec1c900afc.tar.zst gsoc2013-evolution-63eba7c310c6eb45a4a405911b4f0cec1c900afc.zip |
Adapt to Camel API changes.
Diffstat (limited to 'mail/em-format-html.h')
-rw-r--r-- | mail/em-format-html.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/em-format-html.h b/mail/em-format-html.h index 954a54ea0c..bc6a171255 100644 --- a/mail/em-format-html.h +++ b/mail/em-format-html.h @@ -313,9 +313,9 @@ gboolean em_format_html_get_headers_collapsable void em_format_html_set_headers_collapsable (EMFormatHTML *efh, gboolean collapsable); - -gchar * em_format_html_format_cert_infos - (CamelCipherCertInfo *first_cinfo); +void em_format_html_format_cert_infos + (GQueue *cert_infos, + GString *output_buffer); CamelStream * em_format_html_get_cached_image (EMFormatHTML *efh, const gchar *image_uri); |