libpurple/protocols/msn/msn.c

branch
soc.2008.vv
changeset 23740
e63886b13597
parent 23441
fd45c23a3eb2
parent 23707
480f94157418
child 26095
0eea4b8fd48c
--- a/libpurple/protocols/msn/msn.c	Thu Jun 26 19:08:55 2008 +0000
+++ b/libpurple/protocols/msn/msn.c	Thu Jun 26 20:25:38 2008 +0000
@@ -2435,9 +2435,10 @@
 	NULL,					/* unregister_user */
 	msn_send_attention,                     /* send_attention */
 	msn_attention_types,                    /* attention_types */
-
 	sizeof(PurplePluginProtocolInfo),       /* struct_size */
 	msn_get_account_text_table,             /* get_account_text_table */
+	NULL,                                   /* initiate_media */
+	NULL                                    /* can_do_media */
 };
 
 static PurplePluginInfo info =
@@ -2519,3 +2520,4 @@
 }
 
 PURPLE_INIT_PLUGIN(msn, init_plugin, info);
+

mercurial