From 7f81757d52326126f88e898241dc40c1668f5164 Mon Sep 17 00:00:00 2001 From: bertrand Date: Tue, 22 Jun 1999 16:12:27 +0000 Subject: moved all the content-type stuff here. (camel_data_wrapper_init): 1999-06-22 bertrand * camel/camel-data-wrapper.c (_get_content_type): moved all the content-type stuff here. (camel_data_wrapper_init): initialize the instance content-type field. * camel/camel-mime-part.c (_parse_header_pair): parse Content-Type stuff in header. (_write_to_stream): write the content type stuff to the stream. svn path=/trunk/; revision=985 --- camel/gmime-utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/gmime-utils.h') diff --git a/camel/gmime-utils.h b/camel/gmime-utils.h index 6ed47b816c..a8ff6094e9 100644 --- a/camel/gmime-utils.h +++ b/camel/gmime-utils.h @@ -37,7 +37,7 @@ extern "C" { void gmime_write_header_pair_to_stream (CamelStream *stream, gchar* name, GString *value); void write_header_table_to_stream (CamelStream *stream, GHashTable *header_table); -void write_header_with_glist_to_stream (CamelStream *stream, gchar *header_name, GList *header_values); +void write_header_with_glist_to_stream (CamelStream *stream, gchar *header_name, GList *header_values, gchar *separator); GHashTable *get_header_table_from_stream (CamelStream *stream); -- cgit v1.2.3