comparison src/protocols/msn/session.h @ 5363:ebebc833cf77

[gaim-migrate @ 5739] You can now set your home, work, and mobile phone numbers. Trust me, I'm going somewhere with all this. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 13 May 2003 08:03:27 +0000
parents b716ffc25d2d
children 9acf4832c0dc
comparison
equal deleted inserted replaced
5362:a206742d470d 5363:ebebc833cf77
29 #include "user.h" 29 #include "user.h"
30 30
31 struct _MsnSession 31 struct _MsnSession
32 { 32 {
33 struct gaim_account *account; 33 struct gaim_account *account;
34 MsnUser *user;
34 35
35 char *dispatch_server; 36 char *dispatch_server;
36 int dispatch_port; 37 int dispatch_port;
37 38
38 gboolean connected; 39 gboolean connected;