comparison src/protocols/msn/page.h @ 9092:9e5a709c30a8

[gaim-migrate @ 9869] More patches by shx. These prevent disconnects with message lengths that are past the allowed MSN message length, fixes pager messages, and provides a better error dialog stuff for MSN errors. I hope I got that all right. :) committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 27 May 2004 08:19:29 +0000
parents bbd8cdaf0ad5
children c30d81b4dd22
comparison
equal deleted inserted replaced
9091:97a1fb329cd2 9092:9e5a709c30a8
32 */ 32 */
33 struct _MsnPage 33 struct _MsnPage
34 { 34 {
35 char *from_location; 35 char *from_location;
36 char *from_phone; 36 char *from_phone;
37
38 size_t size;
39 37
40 char *body; 38 char *body;
41 }; 39 };
42 40
43 /** 41 /**