comparison libpurple/protocols/yahoo/libymsg.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 0f94ec89f0bc 75daf132caf2
children
comparison
equal deleted inserted replaced
32692:0f94ec89f0bc 32827:4a34689eeb33
186 } YahooPersonalDetails; 186 } YahooPersonalDetails;
187 187
188 typedef struct { 188 typedef struct {
189 PurpleConnection *gc; 189 PurpleConnection *gc;
190 int fd; 190 int fd;
191 guint inpa;
191 guchar *rxqueue; 192 guchar *rxqueue;
192 int rxlen; 193 int rxlen;
193 PurpleCircBuffer *txbuf; 194 PurpleCircBuffer *txbuf;
194 guint txhandler; 195 guint txhandler;
195 GHashTable *friends; 196 GHashTable *friends;