comparison libpurple/protocols/msn/slpmsg.h @ 32755:867104ed576a

Update MSN for 64-bit file transfers. Refs #8477.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sun, 16 Oct 2011 07:01:52 +0000
parents 182d7b49236c
children
comparison
equal deleted inserted replaced
32754:e164f7815b52 32755:867104ed576a
131 * @param slpcall The slpcall that manages this message. 131 * @param slpcall The slpcall that manages this message.
132 * @param size The size of the file being transsmited. 132 * @param size The size of the file being transsmited.
133 * 133 *
134 * @return A new SlpMessage with the file transfer info. 134 * @return A new SlpMessage with the file transfer info.
135 */ 135 */
136 MsnSlpMessage *msn_slpmsg_file_new(MsnSlpCall *slpcall, size_t size); 136 MsnSlpMessage *msn_slpmsg_file_new(MsnSlpCall *slpcall, goffset size);
137 137
138 /** 138 /**
139 * Serialize the MsnSlpMessage in a way it can be used to be transmited 139 * Serialize the MsnSlpMessage in a way it can be used to be transmited
140 * 140 *
141 * @param slpmsg The MsnSlpMessage. 141 * @param slpmsg The MsnSlpMessage.