diff -r 1e87c79042a3 -r c582c94a71ac libpurple/protocols/yahoo/libymsg.h --- a/libpurple/protocols/yahoo/libymsg.h Mon Aug 12 05:58:42 2013 +0530 +++ b/libpurple/protocols/yahoo/libymsg.h Mon Aug 12 16:53:10 2013 +0530 @@ -382,7 +382,7 @@ gboolean yahoo_send_attention(PurpleConnection *gc, const char *username, guint type); GList *yahoo_attention_types(PurpleAccount *account); -GList *yahoo_actions(PurplePlugin *plugin, gpointer context); +GList *yahoo_get_actions(PurpleConnection *gc); void yahoopurple_register_commands(void); PurpleCmdRet yahoopurple_cmd_buzz(PurpleConversation *c, const gchar *cmd, gchar **args, gchar **error, void *data);