comparison libpurple/protocols/msn/slpmsg.h @ 31263:91ba047e838c

Remove msgs list from SlpMessage.
author masca@cpw.pidgin.im
date Tue, 22 Jun 2010 23:00:10 +0000
parents fd4b918a9b2f
children 471e9b81da41
comparison
equal deleted inserted replaced
31262:a743c25b27a8 31263:91ba047e838c
72 * This is the size of buffer, unless this is an outgoing file transfer, 72 * This is the size of buffer, unless this is an outgoing file transfer,
73 * in which case this is the size of the file. 73 * in which case this is the size of the file.
74 */ 74 */
75 long long size; 75 long long size;
76 76
77 GList *msgs; /**< The real messages. */
78 GList *parts; /**< A list with the SlpMsgParts */ 77 GList *parts; /**< A list with the SlpMsgParts */
79 78
80 #if 0 79 #if 0
80 GList *msgs; /**< The real messages. */
81 MsnMessage *msg; /**< The temporary real message that will be sent. */ 81 MsnMessage *msg; /**< The temporary real message that will be sent. */
82 #endif 82 #endif
83 83
84 const char *info; 84 const char *info;
85 gboolean text_body; 85 gboolean text_body;