libpurple/protocols/gg/account.h

branch
soc.2012.gg
changeset 33309
bc2f2ea7b5ab
parent 33305
41e5ff454167
child 33310
5d38cff87be2
--- 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);
 
 

mercurial