libpurple/protocols/yahoo/yahoo.c

branch
soc.2008.vv
changeset 23740
e63886b13597
parent 23532
bc03c7494ba4
parent 23707
480f94157418
child 26095
0eea4b8fd48c
--- a/libpurple/protocols/yahoo/yahoo.c	Thu Jun 26 19:08:55 2008 +0000
+++ b/libpurple/protocols/yahoo/yahoo.c	Thu Jun 26 20:25:38 2008 +0000
@@ -4380,12 +4380,12 @@
 	NULL, /* send_raw */
 	NULL, /* roomlist_room_serialize */
 	NULL, /* unregister_user */
-
 	yahoo_send_attention,
 	yahoo_attention_types,
-
 	sizeof(PurplePluginProtocolInfo),       /* struct_size */
-	NULL
+	NULL, /* get_account_text_table */
+	NULL, /* initiate_media */
+	NULL  /* can_do_media */
 };
 
 static PurplePluginInfo info =
@@ -4478,3 +4478,4 @@
 }
 
 PURPLE_INIT_PLUGIN(yahoo, init_plugin, info);
+

mercurial