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

branch
soc.2012.gg
changeset 33329
cf23e0f1861a
child 33343
09f740724036
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/libpurple/protocols/gg/oauth/oauth-purple.h	Mon Aug 06 13:16:32 2012 +0200
@@ -0,0 +1,13 @@
+#ifndef _GGP_OAUTH_PURPLE_H
+#define _GGP_OAUTH_PURPLE_H
+
+#include <internal.h>
+#include <libgadu.h>
+
+typedef void (*ggp_oauth_request_cb)(PurpleConnection *gc, const gchar *token,
+	gpointer user_data);
+
+void ggp_oauth_request(PurpleConnection *gc, ggp_oauth_request_cb callback,
+	gpointer user_data);
+
+#endif /* _GGP_OAUTH_PURPLE_H */

mercurial