libpurple/protocols/yahoo/libymsg.h

branch
soc.2013.gobjectification
changeset 34875
36dc1485f201
parent 34870
bc475f2f60d0
parent 34285
bae262cc5585
child 34878
41b9075c7714
equal deleted inserted replaced
34874:e03d555394c5 34875:36dc1485f201
148 } YahooFederation; 148 } YahooFederation;
149 149
150 150
151 struct yahoo_buddy_icon_upload_data { 151 struct yahoo_buddy_icon_upload_data {
152 PurpleConnection *gc; 152 PurpleConnection *gc;
153 GString *str;
154 char *filename; 153 char *filename;
155 int pos; 154 GString *picture_data;
156 int fd;
157 guint watcher;
158 }; 155 };
159 156
160 struct yahoo_p2p_data { 157 struct yahoo_p2p_data {
161 PurpleConnection *gc; 158 PurpleConnection *gc;
162 char *host_ip; 159 char *host_ip;
234 int picture_checksum; 231 int picture_checksum;
235 232
236 /* ew. we have to check the icon before we connect, 233 /* ew. we have to check the icon before we connect,
237 * but can't upload it til we're connected. */ 234 * but can't upload it til we're connected. */
238 struct yahoo_buddy_icon_upload_data *picture_upload_todo; 235 struct yahoo_buddy_icon_upload_data *picture_upload_todo;
239 PurpleProxyConnectData *buddy_icon_connect_data; 236 PurpleHttpConnection *picture_upload_hc;
240 237
241 struct _YchtConn *ycht; 238 struct _YchtConn *ycht;
242 239
243 /** 240 /**
244 * This set contains HTTP connections 241 * This set contains HTTP connections

mercurial