--- 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); +