comparison src/protocols/msn/session.h @ 8499:467b01d02f9c

[gaim-migrate @ 9235] Multiple MSN chats should now work. Patch by Robert Mibus. Thanks! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 25 Mar 2004 02:55:42 +0000
parents 06f57183e29f
children fc27237783ee
comparison
equal deleted inserted replaced
8498:0a9b591278bc 8499:467b01d02f9c
99 /* For moving buddies from one group to another. Ugh. */ 99 /* For moving buddies from one group to another. Ugh. */
100 gboolean moving_buddy; 100 gboolean moving_buddy;
101 char *dest_group_name; 101 char *dest_group_name;
102 MsnUser *moving_user; 102 MsnUser *moving_user;
103 MsnGroup *old_group; 103 MsnGroup *old_group;
104
105 /* The last chat ID. */
106 int last_chat_id;
104 }; 107 };
105 108
106 /** 109 /**
107 * Creates an MSN session. 110 * Creates an MSN session.
108 * 111 *