comparison src/protocols/msn/switchboard.h @ 5679:0a0116686d51

[gaim-migrate @ 6097] let the prpls know about the new API changes committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 02 Jun 2003 22:24:07 +0000
parents 2aa7e4237142
children b7e113a59b51
comparison
equal deleted inserted replaced
5678:619bca773b2e 5679:0a0116686d51
37 char *auth_key; 37 char *auth_key;
38 char *session_id; 38 char *session_id;
39 39
40 gboolean invited; 40 gboolean invited;
41 41
42 struct gaim_conversation *chat; 42 GaimConversation *chat;
43 43
44 gboolean in_use; 44 gboolean in_use;
45 45
46 int total_users; 46 int total_users;
47 47