comparison src/protocols/yahoo/yahoo_filexfer.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 6e50059617d3
comparison
equal deleted inserted replaced
13275:4f8c85836b41 13276:d6a799421657
144 struct yahoo_packet *pkt; 144 struct yahoo_packet *pkt;
145 gchar *size, *filename, *encoded_filename, *header; 145 gchar *size, *filename, *encoded_filename, *header;
146 guchar *pkt_buf; 146 guchar *pkt_buf;
147 const char *host; 147 const char *host;
148 int port; 148 int port;
149 gsize content_length, header_len, pkt_buf_len; 149 size_t content_length, header_len, pkt_buf_len;
150 GaimConnection *gc; 150 GaimConnection *gc;
151 GaimAccount *account; 151 GaimAccount *account;
152 struct yahoo_data *yd; 152 struct yahoo_data *yd;
153 153
154 gc = xd->gc; 154 gc = xd->gc;