comparison libgaim/protocols/msn/httpconn.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
comparison
equal deleted inserted replaced
14261:bb060cdc23d1 14262:baff095b146c
35 struct _MsnHttpConn 35 struct _MsnHttpConn
36 { 36 {
37 MsnSession *session; /**< The MSN Session. */ 37 MsnSession *session; /**< The MSN Session. */
38 MsnServConn *servconn; /**< The connection object. */ 38 MsnServConn *servconn; /**< The connection object. */
39 39
40 GaimProxyConnectInfo *connect_info; 40 GaimProxyConnectData *connect_data;
41 41
42 char *full_session_id; /**< The full session id. */ 42 char *full_session_id; /**< The full session id. */
43 char *session_id; /**< The trimmed session id. */ 43 char *session_id; /**< The trimmed session id. */
44 44
45 int timer; /**< The timer for polling. */ 45 int timer; /**< The timer for polling. */