comparison libpurple/protocols/gg/gg.h @ 24962:ed3409c4ccd6

Remove now unused tmp_buddy hack.
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 14 Jan 2009 14:04:17 +0000
parents 4d50b5d09d4a
children 5391094529c6 64b362d1c49e
comparison
equal deleted inserted replaced
24961:23bb3a96d8ea 24962:ed3409c4ccd6
59 59
60 struct gg_session *session; 60 struct gg_session *session;
61 GGPToken *token; 61 GGPToken *token;
62 GList *chats; 62 GList *chats;
63 GGPSearches *searches; 63 GGPSearches *searches;
64
65 uin_t tmp_buddy;
66 int chats_count; 64 int chats_count;
67
68 GList *pending_richtext_messages; 65 GList *pending_richtext_messages;
69 GHashTable *pending_images; 66 GHashTable *pending_images;
70 } GGPInfo; 67 } GGPInfo;
71 68
72 #endif /* _PURPLE_GG_H */ 69 #endif /* _PURPLE_GG_H */