comparison libpurple/protocols/yahoo/libymsg.h @ 32775:75daf132caf2

Yahoo: Move the "inpa" input watcher into protocol_data.
author andrew.victor@mxit.com
date Tue, 18 Oct 2011 21:39:25 +0000
parents cd1d9e04c587
children 4a34689eeb33
comparison
equal deleted inserted replaced
32774:f236f3fce0d8 32775:75daf132caf2
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;