aboutsummaryrefslogtreecommitdiffstats
path: root/em-format/e-mail-formatter-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'em-format/e-mail-formatter-utils.h')
-rw-r--r--em-format/e-mail-formatter-utils.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/em-format/e-mail-formatter-utils.h b/em-format/e-mail-formatter-utils.h
index f24ee6f5b2..0312d545e0 100644
--- a/em-format/e-mail-formatter-utils.h
+++ b/em-format/e-mail-formatter-utils.h
@@ -26,7 +26,8 @@ G_BEGIN_DECLS
void e_mail_formatter_format_header (EMailFormatter *formatter,
GString *buffer,
- struct _camel_header_raw *header,
+ const gchar *header_name,
+ const gchar *header_value,
guint32 flags,
const gchar *charset);