comparison libpurple/protocols/msn/notification.h @ 30750:b4bc4d5fdddd

Notification needs the userlist.
author masca@cpw.pidgin.im
date Fri, 28 May 2010 09:29:03 +0000
parents 6376fc7a092e
children c7fa7c7aca7d
comparison
equal deleted inserted replaced
30749:6444484ada7d 30750:b4bc4d5fdddd
43 #include "msg.h" 43 #include "msg.h"
44 #include "session.h" 44 #include "session.h"
45 #include "servconn.h" 45 #include "servconn.h"
46 #include "state.h" 46 #include "state.h"
47 #include "user.h" 47 #include "user.h"
48 #include "userlist.h"
48 49
49 struct _MsnNotification 50 struct _MsnNotification
50 { 51 {
51 MsnSession *session; 52 MsnSession *session;
52 53