diff libpurple/protocols/mxit/mxit.h @ 32769:d8c652ea476a

MXit: Move "inpa" input watcher from PurpleConnection into PurpleConnection->proto_data.
author andrew.victor@mxit.com
date Tue, 18 Oct 2011 20:58:39 +0000
parents 93cb9f408df4
children
line wrap: on
line diff
--- a/libpurple/protocols/mxit/mxit.h	Tue Oct 18 20:25:41 2011 +0000
+++ b/libpurple/protocols/mxit/mxit.h	Tue Oct 18 20:58:39 2011 +0000
@@ -161,6 +161,7 @@
 	/* libpurple */
 	PurpleAccount*		acc;						/* pointer to the libpurple internal account struct */
 	PurpleConnection*	con;						/* pointer to the libpurple internal connection struct */
+	guint				inpa;						/* the input watcher */
 
 	/* transmit */
 	struct tx_queue		queue;						/* transmit packet queue (FIFO mode) */