[evolution-patches] Type consistency for 64bit platforms



Fix mismatched prototype.

Jeremy
Index: camel/camel-mime-part.c
===================================================================
RCS file: /cvs/gnome/evolution/camel/camel-mime-part.c,v
retrieving revision 1.163
diff -u -u -r1.163 camel-mime-part.c
--- camel/camel-mime-part.c	23 Oct 2003 19:57:58 -0000	1.163
+++ camel/camel-mime-part.c	22 Jan 2004 17:40:13 -0000
@@ -94,9 +94,9 @@
 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 */
Index: camel/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/camel/ChangeLog,v
retrieving revision 1.1972
diff -u -u -r1.1972 ChangeLog
--- camel/ChangeLog	21 Jan 2004 01:26:03 -0000	1.1972
+++ camel/ChangeLog	22 Jan 2004 17:40:13 -0000
@@ -1,3 +1,7 @@
+2004-01-22  Jeremy Katz  <katzj redhat com>
+
+	* camel-mime-part.c: Fix prototype to be consistent.
+
 2004-01-21  Not Zed  <NotZed Ximian com>
 
 	** See bug #52996.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]