aboutsummaryrefslogtreecommitdiffstats
path: root/em-format/e-mail-formatter-utils.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-06-07 02:08:21 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-06-07 02:08:21 +0800
commit863fee647958686bce10a0e0a499b78e72d64a41 (patch)
treeda32ced8b069a0c214c83168cae26cc89f1f4725 /em-format/e-mail-formatter-utils.h
parent312d230cd2493ddfb2581d1ed90e688e6d099fb9 (diff)
downloadgsoc2013-evolution-863fee647958686bce10a0e0a499b78e72d64a41.tar
gsoc2013-evolution-863fee647958686bce10a0e0a499b78e72d64a41.tar.gz
gsoc2013-evolution-863fee647958686bce10a0e0a499b78e72d64a41.tar.bz2
gsoc2013-evolution-863fee647958686bce10a0e0a499b78e72d64a41.tar.lz
gsoc2013-evolution-863fee647958686bce10a0e0a499b78e72d64a41.tar.xz
gsoc2013-evolution-863fee647958686bce10a0e0a499b78e72d64a41.tar.zst
gsoc2013-evolution-863fee647958686bce10a0e0a499b78e72d64a41.zip
e_mail_formatter_format_header: Split the header param.
Split the _camel_header_raw struct parameter into separate "header_name" and "header_value" string parameters, which is all the function actually needs to work.
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);