summaryrefslogtreecommitdiff
path: root/libpurple/protocols/gg/gg.h
diff options
context:
space:
mode:
Diffstat (limited to 'libpurple/protocols/gg/gg.h')
-rw-r--r--libpurple/protocols/gg/gg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libpurple/protocols/gg/gg.h b/libpurple/protocols/gg/gg.h
index 3e75a082b3..7d6c0edda3 100644
--- a/libpurple/protocols/gg/gg.h
+++ b/libpurple/protocols/gg/gg.h
@@ -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
typedef struct {
struct gg_session *session;
+ guint inpa;
GGPToken *token;
GList *chats;
GGPSearches *searches;