libpurple/protocols/gg/oauth/oauth-purple.h

branch
soc.2012.gg
changeset 33343
09f740724036
parent 33329
cf23e0f1861a
child 33349
d4a017428f4d
--- a/libpurple/protocols/gg/oauth/oauth-purple.h	Fri Aug 17 17:44:23 2012 +0200
+++ b/libpurple/protocols/gg/oauth/oauth-purple.h	Sun Aug 19 12:41:35 2012 +0200
@@ -8,6 +8,6 @@
 	gpointer user_data);
 
 void ggp_oauth_request(PurpleConnection *gc, ggp_oauth_request_cb callback,
-	gpointer user_data);
+	gpointer user_data, const gchar *sign_method, const gchar *sign_url);
 
 #endif /* _GGP_OAUTH_PURPLE_H */

mercurial