diff lib/protocols.c @ 261:dbf13a10be13

2003-8-20 Brian Masney <masneyb@gftp.org> * lib/gftp.h lib/protocols.c - largefile fixes * configure.in debian/changelog - updated version * cvsclean - clean up after ourselves a little more * ChangeLog-old README TODO docs/website/index.html.in - updated
author masneyb
date Thu, 21 Aug 2003 20:24:08 +0000
parents 71d0098c3735
children 5810b0f97eee
line wrap: on
line diff
--- a/lib/protocols.c	Mon Aug 18 00:57:57 2003 +0000
+++ b/lib/protocols.c	Thu Aug 21 20:24:08 2003 +0000
@@ -201,13 +201,13 @@
 }
 
 
-long
+off_t
 gftp_transfer_file (gftp_request * fromreq, const char *fromfile, 
                     int fromfd, off_t fromsize, 
                     gftp_request * toreq, const char *tofile,
                     int tofd, off_t tosize)
 {
-  long size;
+  off_t size;
   int ret;
 
   g_return_val_if_fail (fromreq != NULL, GFTP_EFATAL);