comparison src/protocols/yahoo/yahoo_picture.c @ 13276:d6a799421657

[gaim-migrate @ 15642] gsize != size_t on weird platforms committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 13 Feb 2006 18:14:14 +0000
parents aaeb6ea63c56
children 6fc412e59214
comparison
equal deleted inserted replaced
13275:4f8c85836b41 13276:d6a799421657
368 struct yahoo_packet *pkt; 368 struct yahoo_packet *pkt;
369 gchar *size, *header; 369 gchar *size, *header;
370 guchar *pkt_buf; 370 guchar *pkt_buf;
371 const char *host; 371 const char *host;
372 int port; 372 int port;
373 gsize content_length, pkt_buf_len; 373 size_t content_length, pkt_buf_len;
374 GaimConnection *gc; 374 GaimConnection *gc;
375 GaimAccount *account; 375 GaimAccount *account;
376 struct yahoo_data *yd; 376 struct yahoo_data *yd;
377 377
378 if (!d) 378 if (!d)