comparison libgaim/protocols/oscar/peer.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 645598a4ec04
comparison
equal deleted inserted replaced
14261:bb060cdc23d1 14262:baff095b146c
159 gpointer frame; 159 gpointer frame;
160 160
161 /** 161 /**
162 * This is only used when the peer connection is being established. 162 * This is only used when the peer connection is being established.
163 */ 163 */
164 GaimProxyConnectInfo *connect_info; 164 GaimProxyConnectData *connect_data;
165 165
166 /** 166 /**
167 * This is only used when the peer connection is being established. 167 * This is only used when the peer connection is being established.
168 */ 168 */
169 guint connect_timeout_timer; 169 guint connect_timeout_timer;