comparison libgaim/protocols/oscar/oscar.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 80b05108652c
comparison
equal deleted inserted replaced
14261:bb060cdc23d1 14262:baff095b146c
366 time_t lastactivity; /**< Time of last transmit. */ 366 time_t lastactivity; /**< Time of last transmit. */
367 guint destroy_timeout; 367 guint destroy_timeout;
368 OscarDisconnectReason disconnect_reason; 368 OscarDisconnectReason disconnect_reason;
369 369
370 /* A few variables that are only used when connecting */ 370 /* A few variables that are only used when connecting */
371 GaimProxyConnectInfo *connect_info; 371 GaimProxyConnectData *connect_data;
372 guint16 cookielen; 372 guint16 cookielen;
373 guint8 *cookie; 373 guint8 *cookie;
374 gpointer connect_data; 374 gpointer new_conn_data;
375 375
376 int fd; 376 int fd;
377 FlapFrame buffer_incoming; 377 FlapFrame buffer_incoming;
378 GaimCircBuffer *buffer_outgoing; 378 GaimCircBuffer *buffer_outgoing;
379 guint watcher_incoming; 379 guint watcher_incoming;