X-Git-Url: http://andersk.mit.edu/gitweb/libfaim.git/blobdiff_plain/68c5deb920aea924db1c0da22309c80e60e8992b..89bce17768d14f77b0a3fa612d56372f3b6ded5c:/aim_ft.c diff --git a/aim_ft.c b/aim_ft.c index 8c29692..b47eef6 100644 --- a/aim_ft.c +++ b/aim_ft.c @@ -1591,7 +1591,6 @@ faim_export int aim_getfile_send(struct aim_conn_t *conn, FILE *tosend, struct a * if (pos + chunksize > fh->size), we only send as much data as we * can get (ie: up to fh->size. */ - faim_export int aim_getfile_send_chunk(struct aim_conn_t *conn, FILE *tosend, struct aim_fileheader_t *fh, int pos, int bufsize) { int bufpos;