diff libpurple/protocols/gg/gg.h @ 32827:4a34689eeb33 default tip

merged from im.pidgin.pidgin
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sat, 19 Nov 2011 14:42:54 +0900
parents f236f3fce0d8
children
line wrap: on
line diff
--- a/libpurple/protocols/gg/gg.h	Mon Sep 26 14:57:21 2011 +0900
+++ b/libpurple/protocols/gg/gg.h	Sat Nov 19 14:42:54 2011 +0900
@@ -24,6 +24,7 @@
 #ifndef _PURPLE_GG_H
 #define _PURPLE_GG_H
 
+#undef printf
 #include <libgadu.h>
 #include "internal.h"
 #include "search.h"
@@ -58,6 +59,7 @@
 typedef struct {
 
 	struct gg_session *session;
+	guint inpa;
 	GGPToken *token;
 	GList *chats;
 	GGPSearches *searches;