From f2122c69d6fd23776cf1574af7a6d42596db3bdf Mon Sep 17 00:00:00 2001 From: Matthew Loper Date: Wed, 26 Jan 2000 00:53:53 +0000 Subject: + * camel/camel-formatter.c: By looking up a mimetype in a + hashtable, we can now get a handler function for an arbitrary + mimetype. svn path=/trunk/; revision=1641 --- camel/camel-formatter.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'camel/camel-formatter.h') 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 -- cgit v1.2.3