comparison src/protocols/msn/switchboard.h @ 6845:5de4d9a4e0e2

[gaim-migrate @ 7390] Removed the old buddy icon code from MSN. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 15 Sep 2003 02:23:58 +0000
parents 8efafdc38718
children 06f57183e29f
comparison
equal deleted inserted replaced
6844:ffc40208c1e9 6845:5de4d9a4e0e2
24 24
25 typedef struct _MsnSwitchBoard MsnSwitchBoard; 25 typedef struct _MsnSwitchBoard MsnSwitchBoard;
26 26
27 #include "conversation.h" 27 #include "conversation.h"
28 28
29 #include "buddyicon.h"
30 #include "msg.h" 29 #include "msg.h"
31 #include "msnslp.h" 30 #include "msnslp.h"
32 #include "servconn.h" 31 #include "servconn.h"
33 #include "user.h" 32 #include "user.h"
34 33
55 int trId; 54 int trId;
56 55
57 gboolean hidden; 56 gboolean hidden;
58 57
59 MsnSlpSession *slp_session; 58 MsnSlpSession *slp_session;
60
61 MsnBuddyIconXfer *buddy_icon_xfer;
62 }; 59 };
63 60
64 /** 61 /**
65 * Creates a new switchboard. 62 * Creates a new switchboard.
66 * 63 *