From c646e6e511e48a3a6591198a95e65b64cf7efd2f Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Thu, 22 Jan 2004 18:00:55 +0000 Subject: Fix prototype to be consistent. 2004-01-22 Jeremy Katz * camel-mime-part.c: Fix prototype to be consistent. svn path=/trunk/; revision=24367 --- camel/camel-mime-part.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'camel/camel-mime-part.c') diff --git a/camel/camel-mime-part.c b/camel/camel-mime-part.c index 3a57a51970..e48ea4adc9 100644 --- a/camel/camel-mime-part.c +++ b/camel/camel-mime-part.c @@ -94,9 +94,9 @@ static int construct_from_parser (CamelMimePart *mime_part static void set_disposition (CamelMimePart *mime_part, const char *disposition); /* format output of headers */ -static int write_references(CamelStream *stream, struct _camel_header_raw *h); +static ssize_t write_references(CamelStream *stream, struct _camel_header_raw *h); /*static int write_fold(CamelStream *stream, struct _camel_header_raw *h);*/ -static int write_raw(CamelStream *stream, struct _camel_header_raw *h); +static ssize_t write_raw(CamelStream *stream, struct _camel_header_raw *h); /* loads in a hash table the set of header names we */ -- cgit v1.2.3