comparison libpurple/protocols/msn/servconn.h @ 22915:84807b5e60fa

Build fixes for MSVC
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 12 May 2008 02:24:20 +0000
parents 44b4e8bd759b
children 5c95339855b2
comparison
equal deleted inserted replaced
22914:ada1640fa260 22915:84807b5e60fa
155 * 155 *
156 * @param servconn The servconn. 156 * @param servconn The servconn.
157 * @param buf The data to write. 157 * @param buf The data to write.
158 * @param size The size of the data. 158 * @param size The size of the data.
159 */ 159 */
160 ssize_t msn_servconn_write(MsnServConn *servconn, const char *buf, 160 gssize msn_servconn_write(MsnServConn *servconn, const char *buf,
161 size_t size); 161 size_t size);
162 162
163 /** 163 /**
164 * Function to call whenever an error related to a switchboard occurs. 164 * Function to call whenever an error related to a switchboard occurs.
165 * 165 *