comparison src/protocols/yahoo/yahoochat.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 8934a27fed4b
comparison
equal deleted inserted replaced
13270:8754a0fe2297 13271:aaeb6ea63c56
1078 } 1078 }
1079 1079
1080 struct yahoo_roomlist { 1080 struct yahoo_roomlist {
1081 int fd; 1081 int fd;
1082 int inpa; 1082 int inpa;
1083 guchar *txbuf; 1083 gchar *txbuf;
1084 gsize tx_written; 1084 gsize tx_written;
1085 guchar *rxqueue; 1085 guchar *rxqueue;
1086 int rxlen; 1086 int rxlen;
1087 gboolean started; 1087 gboolean started;
1088 char *path; 1088 char *path;