diff libpurple/protocols/gg/gg.h @ 24428:4d50b5d09d4a

Support displaying buddy icons from Gadu-Gadu buddies. Fixes #220. committer: John Bailey <rekkanoryo@rekkanoryo.org>
author Adam Strzelecki <ono@java.pl>
date Sun, 23 Nov 2008 04:11:36 +0000
parents 44b4e8bd759b
children ed3409c4ccd6 c203ceb5bd9a
line wrap: on
line diff
--- a/libpurple/protocols/gg/gg.h	Fri Nov 21 19:49:47 2008 +0000
+++ b/libpurple/protocols/gg/gg.h	Sun Nov 23 04:11:36 2008 +0000
@@ -65,9 +65,10 @@
 	uin_t tmp_buddy;
 	int chats_count;
 
+	GList *pending_richtext_messages;
+	GHashTable *pending_images;
 } GGPInfo;
 
-
 #endif /* _PURPLE_GG_H */
 
 /* vim: set ts=8 sts=0 sw=8 noet: */