libpurple/protocols/msn/msn.c

branch
vv
changeset 22398
1a6f172dfbd4
parent 22387
47aab6e7eae8
parent 22071
4c47e360e467
child 22646
aacd8a4f9d94
--- a/libpurple/protocols/msn/msn.c	Wed Feb 06 15:52:08 2008 +0000
+++ b/libpurple/protocols/msn/msn.c	Wed Feb 06 19:44:41 2008 +0000
@@ -2291,10 +2291,9 @@
 	NULL,					/* roomlist_room_serialize */
 	NULL,					/* unregister_user */
 	msn_send_attention,                     /* send_attention */
-	msn_attention_types,                    /* attention_types */
-
-	/* padding */
-	NULL
+	msn_attention_types,                    /* get_attention_types */
+	sizeof(PurplePluginProtocolInfo),       /* struct_size */
+	NULL                                    /* initiate_media */
 };
 
 static PurplePluginInfo info =

mercurial