diff libgaim/protocols/jabber/jabber.h @ 14262:baff095b146c

[gaim-migrate @ 16944] Rename GaimProxyConnectInfo to GaimProxyConnectData, and change the variables from connect_info to connect_data. Sorry, but I wanted to get this right before it becomes permanent. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 21 Aug 2006 05:25:44 +0000
parents 60b1bc8dbf37
children 9ad313800b19
line wrap: on
line diff
--- a/libgaim/protocols/jabber/jabber.h	Mon Aug 21 05:07:42 2006 +0000
+++ b/libgaim/protocols/jabber/jabber.h	Mon Aug 21 05:25:44 2006 +0000
@@ -67,7 +67,7 @@
 {
 	int fd;
 
-	GaimProxyConnectInfo *connect_info;
+	GaimProxyConnectData *connect_data;
 
 #ifdef HAVE_LIBXML
 	xmlParserCtxt *context;