diff libpurple/protocols/irc/irc.h @ 32309:a78523019e7a

IRC: Move the "inpa" input watcher into protocol_data.
author andrew.victor@mxit.com
date Tue, 18 Oct 2011 21:11:40 +0000
parents 54a700cedb38
children fa666e7f747e
line wrap: on
line diff
--- a/libpurple/protocols/irc/irc.h	Tue Oct 18 21:02:58 2011 +0000
+++ b/libpurple/protocols/irc/irc.h	Tue Oct 18 21:11:40 2011 +0000
@@ -54,6 +54,7 @@
 	GHashTable *cmds;
 	char *server;
 	int fd;
+	guint inpa;
 	guint timer;
 	guint who_channel_timer;
 	GHashTable *buddies;