comparison src/protocols/oscar/txqueue.c @ 11369:ab0fa7cd61cc

[gaim-migrate @ 13593] Bring all the changes to OSCAR file transfers from oldstatus to HEAD. Add documentation resulting from my Summer of Code project to CVS including the original editable files (in OpenOffice.org 2.0 format). committer: Tailor Script <tailor@pidgin.im>
author Jonathan Clark <ardentlygnarly>
date Tue, 30 Aug 2005 05:21:58 +0000
parents 7d31d61e6438
children c5c0f714d8bc
comparison
equal deleted inserted replaced
11368:26e316f9e136 11369:ab0fa7cd61cc
211 } 211 }
212 212
213 return cur; 213 return cur;
214 } 214 }
215 215
216 static int aim_bstream_send(aim_bstream_t *bs, aim_conn_t *conn, size_t count) 216 int aim_bstream_send(aim_bstream_t *bs, aim_conn_t *conn, size_t count)
217 { 217 {
218 int wrote = 0; 218 int wrote = 0;
219 219
220 if (!bs || !conn || (count < 0)) 220 if (!bs || !conn || (count < 0))
221 return -EINVAL; 221 return -EINVAL;