Mercurial > pidgin
diff 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 |
line wrap: on
line diff
--- a/libgaim/protocols/msn/httpconn.h Mon Aug 21 05:07:42 2006 +0000 +++ b/libgaim/protocols/msn/httpconn.h Mon Aug 21 05:25:44 2006 +0000 @@ -37,7 +37,7 @@ MsnSession *session; /**< The MSN Session. */ MsnServConn *servconn; /**< The connection object. */ - GaimProxyConnectInfo *connect_info; + GaimProxyConnectData *connect_data; char *full_session_id; /**< The full session id. */ char *session_id; /**< The trimmed session id. */
