libgaim/protocols/msn/httpconn.h

changeset 14324
8cbedd82b6ac
parent 14254
77edc7a6191a
child 20470
77693555855f
child 20472
6a6d2ef151e6
equal deleted inserted replaced
14323:0611d91321eb 14324:8cbedd82b6ac
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. */

mercurial