pidgin/purple-plugin-pack

Parents d341ea6e79c3
Children 967fe31cb1a9
The rest of the auth_timeout prototype change. I accidentally committed the
changes to the callers of this function with whitespace changes.
--- a/irchelper/irchelper.c Sun Apr 18 17:00:30 2010 -0500
+++ b/irchelper/irchelper.c Sun Apr 18 17:07:38 2010 -0500
@@ -287,8 +287,10 @@
| new_state));
}
-static gboolean auth_timeout(gpointer proto_data)
+static gboolean auth_timeout(gpointer data)
{
+ PurpleConnection *connection = data;
+ gpointer proto_data = connection->proto_data;
IRCHelperStateFlags state;
state = GPOINTER_TO_INT(g_hash_table_lookup(states, proto_data));