diff 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
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/libymsg.h	Tue Oct 18 21:27:51 2011 +0000
+++ b/libpurple/protocols/yahoo/libymsg.h	Tue Oct 18 21:39:25 2011 +0000
@@ -188,6 +188,7 @@
 typedef struct {
 	PurpleConnection *gc;
 	int fd;
+	guint inpa;
 	guchar *rxqueue;
 	int rxlen;
 	PurpleCircBuffer *txbuf;