comparison src/protocols/yahoo/yahoo_filexfer.c @ 13271:aaeb6ea63c56

[gaim-migrate @ 15637] Fix some of the silly signedness issues that I introduced committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 13 Feb 2006 05:32:42 +0000
parents 33bef17125c2
children d6a799421657
comparison
equal deleted inserted replaced
13270:8754a0fe2297 13271:aaeb6ea63c56
37 gchar *path; 37 gchar *path;
38 int port; 38 int port;
39 GaimConnection *gc; 39 GaimConnection *gc;
40 long expires; 40 long expires;
41 gboolean started; 41 gboolean started;
42 guchar *txbuf; 42 gchar *txbuf;
43 gsize txbuflen; 43 gsize txbuflen;
44 gsize txbuf_written; 44 gsize txbuf_written;
45 guint tx_handler; 45 guint tx_handler;
46 gchar *rxqueue; 46 gchar *rxqueue;
47 guint rxlen; 47 guint rxlen;