| 14323:0611d91321eb | 14324:8cbedd82b6ac |
|---|---|
| 65 | 65 |
| 66 typedef struct _JabberStream | 66 typedef struct _JabberStream |
| 67 { | 67 { |
| 68 int fd; | 68 int fd; |
| 69 | 69 |
| 70 GaimProxyConnectInfo *connect_info; | 70 GaimProxyConnectData *connect_data; |
| 71 | 71 |
| 72 #ifdef HAVE_LIBXML | 72 #ifdef HAVE_LIBXML |
| 73 xmlParserCtxt *context; | 73 xmlParserCtxt *context; |
| 74 #else | 74 #else |
| 75 GMarkupParseContext *context; | 75 GMarkupParseContext *context; |