--- a/libpurple/protocols/gg/account.h Sat Jun 30 19:56:46 2012 +0200 +++ b/libpurple/protocols/gg/account.h Mon Jul 02 00:58:03 2012 +0200 @@ -8,14 +8,17 @@ gchar *id; gpointer data; size_t size; + int length; } ggp_account_token; /** * token must be free'd with ggp_account_token_free */ -typedef void (*ggp_account_token_cb)(PurpleConnection *gc, ggp_account_token *token, gpointer user_data); +typedef void (*ggp_account_token_cb)(PurpleConnection *gc, + ggp_account_token *token, gpointer user_data); -void ggp_account_token_request(PurpleConnection *gc, ggp_account_token_cb callback, void *user_data); +void ggp_account_token_request(PurpleConnection *gc, + ggp_account_token_cb callback, void *user_data); void ggp_account_token_free(ggp_account_token *token);