comparison src/protocols/msn/httpconn.h @ 14112:e149556f7569

[gaim-migrate @ 16746] Alright, SVN gaim_proxy_connect()'s are good committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 14 Aug 2006 07:00:26 +0000
parents 614c56622453
children
comparison
equal deleted inserted replaced
14111:c44af67e2065 14112:e149556f7569
34 */ 34 */
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
40 GaimProxyConnectInfo *connect_info;
39 41
40 char *full_session_id; /**< The full session id. */ 42 char *full_session_id; /**< The full session id. */
41 char *session_id; /**< The trimmed session id. */ 43 char *session_id; /**< The trimmed session id. */
42 44
43 int timer; /**< The timer for polling. */ 45 int timer; /**< The timer for polling. */