diff lib/gftp.h @ 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 a46c2eef5139
children 5810b0f97eee
line wrap: on
line diff
--- a/lib/gftp.h	Mon Aug 18 00:57:57 2003 +0000
+++ b/lib/gftp.h	Thu Aug 21 20:24:08 2003 +0000
@@ -790,7 +790,7 @@
 					  off_t startsize,
 					  off_t totalsize );
 
-long gftp_transfer_file 		( gftp_request *fromreq, 
+off_t gftp_transfer_file 		( gftp_request *fromreq, 
 					  const char *fromfile, 
 					  int fromfd,
 					  off_t fromsize,