comparison src/protocols/msn/switchboard.h @ 6701:b7e113a59b51

[gaim-migrate @ 7227] Updated to MSN Protocol 9. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 02 Sep 2003 04:32:16 +0000
parents 0a0116686d51
children 8efafdc38718
comparison
equal deleted inserted replaced
6700:57161e3abbb5 6701:b7e113a59b51
2 * @file switchboard.h MSN switchboard functions 2 * @file switchboard.h MSN switchboard functions
3 * 3 *
4 * gaim 4 * gaim
5 * 5 *
6 * Copyright (C) 2003 Christian Hammond <chipx86@gnupdate.org> 6 * Copyright (C) 2003 Christian Hammond <chipx86@gnupdate.org>
7 * 7 *
8 * This program is free software; you can redistribute it and/or modify 8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by 9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or 10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version. 11 * (at your option) any later version.
12 * 12 *
21 */ 21 */
22 #ifndef _MSN_SWITCHBOARD_H_ 22 #ifndef _MSN_SWITCHBOARD_H_
23 #define _MSN_SWITCHBOARD_H_ 23 #define _MSN_SWITCHBOARD_H_
24 24
25 typedef struct _MsnSwitchBoard MsnSwitchBoard; 25 typedef struct _MsnSwitchBoard MsnSwitchBoard;
26
27 #include "conversation.h"
26 28
27 #include "servconn.h" 29 #include "servconn.h"
28 #include "msg.h" 30 #include "msg.h"
29 #include "user.h" 31 #include "user.h"
30 #include "buddyicon.h" 32 #include "buddyicon.h"