diff src/protocols/jabber/jabber.h @ 14113:8ca0e500da4c

[gaim-migrate @ 16747] Jabber is done. Also, I have a feeling JabberSIXfer->streamhosts is leaking, if anyone wants to fix it. Wink wink. Nudge Nudge. Karate chop. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 14 Aug 2006 07:18:58 +0000
parents f327a27f7f07
children
line wrap: on
line diff
--- a/src/protocols/jabber/jabber.h	Mon Aug 14 07:00:26 2006 +0000
+++ b/src/protocols/jabber/jabber.h	Mon Aug 14 07:18:58 2006 +0000
@@ -67,6 +67,8 @@
 {
 	int fd;
 
+	GaimProxyConnectInfo *connect_info;
+
 #ifdef HAVE_LIBXML
 	xmlParserCtxt *context;
 #else