diff libpurple/protocols/jabber/jabber.h @ 32311:c2dcb6d3b246

Jabber: Move the "inpa" input watcher into protocol_data.
author andrew.victor@mxit.com
date Tue, 18 Oct 2011 21:20:56 +0000
parents 08dcd2d4f0b7
children
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jabber.h	Tue Oct 18 21:17:08 2011 +0000
+++ b/libpurple/protocols/jabber/jabber.h	Tue Oct 18 21:20:56 2011 +0000
@@ -99,6 +99,7 @@
 struct _JabberStream
 {
 	int fd;
+	guint inpa;
 
 	PurpleSrvTxtQueryData *srv_query_data;