comparison libpurple/protocols/msn/group.h @ 31292:47b6eda87723

propagate from branch 'im.pidgin.pidgin' (head 07d0765c444a097af45c2650f54323afb900a07b) to branch 'im.pidgin.soc.2010.msn-tlc' (head f3998422a4724ab424e4e2328f58fc0504856557)
author masca@cpw.pidgin.im
date Mon, 19 Jul 2010 21:11:32 +0000
parents faedd5e7267f
children
comparison
equal deleted inserted replaced
30698:e874875a74a7 31292:47b6eda87723
24 #ifndef MSN_GROUP_H 24 #ifndef MSN_GROUP_H
25 #define MSN_GROUP_H 25 #define MSN_GROUP_H
26 26
27 typedef struct _MsnGroup MsnGroup; 27 typedef struct _MsnGroup MsnGroup;
28 28
29 #include <stdio.h> 29 #include "internal.h"
30 30
31 #include "session.h" 31 #include "session.h"
32 #include "user.h" 32 #include "user.h"
33 #include "userlist.h" 33 #include "userlist.h"
34 34