diff src/protocols/msn/httpconn.h @ 13270:8754a0fe2297

[gaim-migrate @ 15636] Fix signedness problems committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 13 Feb 2006 04:27:52 +0000
parents 33bef17125c2
children 3ae8a3935406
line wrap: on
line diff
--- a/src/protocols/msn/httpconn.h	Mon Feb 13 04:11:39 2006 +0000
+++ b/src/protocols/msn/httpconn.h	Mon Feb 13 04:27:52 2006 +0000
@@ -87,7 +87,7 @@
  *
  * @return The number of bytes written.
  */
-size_t msn_httpconn_write(MsnHttpConn *httpconn, const char *data, size_t size);
+ssize_t msn_httpconn_write(MsnHttpConn *httpconn, const char *data, size_t size);
 
 /**
  * Connects the HTTP connection object to a host.