aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-formatter.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-formatter.h')
-rw-r--r--camel/camel-formatter.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/camel/camel-formatter.h b/camel/camel-formatter.h
index 1bcbb2d01a..30dbc2008e 100644
--- a/camel/camel-formatter.h
+++ b/camel/camel-formatter.h
@@ -61,9 +61,9 @@ CamelFormatter* camel_formatter_new (void);
/* The main job of CamelFormatter is to take a mime message, and
produce html from it. */
-void camel_formatter_make_html (CamelFormatter* cmf,
- CamelMimeMessage *msg,
- CamelStream* stream_out);
+void camel_formatter_mime_message_to_html (CamelFormatter* formatter,
+ CamelMimeMessage* mime_message,
+ CamelStream* stream);
#ifdef __cplusplus