From 63eba7c310c6eb45a4a405911b4f0cec1c900afc Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 28 Jan 2012 19:19:38 -0500 Subject: Adapt to Camel API changes. --- mail/em-format-html.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mail/em-format-html.h') 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); -- cgit v1.2.3