diff libpurple/protocols/gg/gg.h @ 32774:f236f3fce0d8

GG: Move the "inpa" input watcher into protocol_data.
author andrew.victor@mxit.com
date Tue, 18 Oct 2011 21:27:51 +0000
parents ef01f180114b
children
line wrap: on
line diff
--- a/libpurple/protocols/gg/gg.h	Tue Oct 18 21:20:56 2011 +0000
+++ b/libpurple/protocols/gg/gg.h	Tue Oct 18 21:27:51 2011 +0000
@@ -59,6 +59,7 @@
 typedef struct {
 
 	struct gg_session *session;
+	guint inpa;
 	GGPToken *token;
 	GList *chats;
 	GGPSearches *searches;