comparison 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
comparison
equal deleted inserted replaced
13269:3638606a5afa 13270:8754a0fe2297
85 * @param data The data to write. 85 * @param data The data to write.
86 * @param size The size of the data to write. 86 * @param size The size of the data to write.
87 * 87 *
88 * @return The number of bytes written. 88 * @return The number of bytes written.
89 */ 89 */
90 size_t msn_httpconn_write(MsnHttpConn *httpconn, const char *data, size_t size); 90 ssize_t msn_httpconn_write(MsnHttpConn *httpconn, const char *data, size_t size);
91 91
92 /** 92 /**
93 * Connects the HTTP connection object to a host. 93 * Connects the HTTP connection object to a host.
94 * 94 *
95 * @param httpconn The HTTP connection object. 95 * @param httpconn The HTTP connection object.