libpurple/protocols/yahoo/yahoo.c

branch
vv
changeset 26399
8917621d00e2
parent 26378
e85d894af8a5
parent 26337
ec2fc1bc9024
child 26680
406180d6ac3c
child 26735
bea12a762d15
--- a/libpurple/protocols/yahoo/yahoo.c	Sun Mar 15 20:22:28 2009 +0000
+++ b/libpurple/protocols/yahoo/yahoo.c	Mon Mar 16 02:33:48 2009 +0000
@@ -5412,6 +5412,8 @@
 
 	sizeof(PurplePluginProtocolInfo),       /* struct_size */
 	yahoo_get_account_text_table,    /* get_account_text_table */
+	NULL, /* initiate_media */
+	NULL  /* can_do_media */
 };
 
 static PurplePluginInfo info =

mercurial