comparison libfaim/aim_ft.c @ 1247:f50146ce818e

[gaim-migrate @ 1257] more libfaim stuff committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 13 Dec 2000 00:51:37 +0000
parents 2ac6ccb94229
children 920c86b753d7
comparison
equal deleted inserted replaced
1246:42ca87108cd1 1247:f50146ce818e
1589 * contained within the FILE *. 1589 * contained within the FILE *.
1590 * 1590 *
1591 * if (pos + chunksize > fh->size), we only send as much data as we 1591 * if (pos + chunksize > fh->size), we only send as much data as we
1592 * can get (ie: up to fh->size. 1592 * can get (ie: up to fh->size.
1593 */ 1593 */
1594
1595 faim_export int aim_getfile_send_chunk(struct aim_conn_t *conn, FILE *tosend, struct aim_fileheader_t *fh, int pos, int bufsize) 1594 faim_export int aim_getfile_send_chunk(struct aim_conn_t *conn, FILE *tosend, struct aim_fileheader_t *fh, int pos, int bufsize)
1596 { 1595 {
1597 int bufpos; 1596 int bufpos;
1598 char *buf; 1597 char *buf;
1599 1598