comparison src/protocols/msn/servconn.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 e149556f7569
comparison
equal deleted inserted replaced
13269:3638606a5afa 13270:8754a0fe2297
153 * 153 *
154 * @param servconn The servconn. 154 * @param servconn The servconn.
155 * @param buf The data to write. 155 * @param buf The data to write.
156 * @param size The size of the data. 156 * @param size The size of the data.
157 */ 157 */
158 size_t msn_servconn_write(MsnServConn *servconn, const char *buf, 158 ssize_t msn_servconn_write(MsnServConn *servconn, const char *buf,
159 size_t size); 159 size_t size);
160 160
161 /** 161 /**
162 * Function to call whenever an error related to a switchboard occurs. 162 * Function to call whenever an error related to a switchboard occurs.
163 * 163 *