comparison 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
comparison
equal deleted inserted replaced
32692:0f94ec89f0bc 32827:4a34689eeb33
22 22
23 23
24 #ifndef _PURPLE_GG_H 24 #ifndef _PURPLE_GG_H
25 #define _PURPLE_GG_H 25 #define _PURPLE_GG_H
26 26
27 #undef printf
27 #include <libgadu.h> 28 #include <libgadu.h>
28 #include "internal.h" 29 #include "internal.h"
29 #include "search.h" 30 #include "search.h"
30 #include "connection.h" 31 #include "connection.h"
31 32
56 } GGPToken; 57 } GGPToken;
57 58
58 typedef struct { 59 typedef struct {
59 60
60 struct gg_session *session; 61 struct gg_session *session;
62 guint inpa;
61 GGPToken *token; 63 GGPToken *token;
62 GList *chats; 64 GList *chats;
63 GGPSearches *searches; 65 GGPSearches *searches;
64 int chats_count; 66 int chats_count;
65 GList *pending_richtext_messages; 67 GList *pending_richtext_messages;