Mercurial > gftp.yaz
diff lib/sshv2.c @ 895:4ab11f70a7f4
2007-3-15 Brian Masney <masneyb@gftp.org>
* lib/sshv2.c lib/gftp.h lib/rfc959.c lib/protocols.c lib/fsp.c
lib/local.c lib/rfc2068.c src/uicommon/gftpui.c - removed fd argument
to *_get_file(), *_put_file() and gftp_transfer_file().
| author | masneyb |
|---|---|
| date | Fri, 16 Mar 2007 02:44:07 +0000 |
| parents | ecd9a397c441 |
| children | 85cf59eafce2 |
line wrap: on
line diff
--- a/lib/sshv2.c Fri Mar 16 02:33:05 2007 +0000 +++ b/lib/sshv2.c Fri Mar 16 02:44:07 2007 +0000 @@ -1853,8 +1853,7 @@ static off_t -sshv2_get_file (gftp_request * request, const char *file, int fd, - off_t startsize) +sshv2_get_file (gftp_request * request, const char *file, off_t startsize) { int ret; @@ -1866,7 +1865,7 @@ static int -sshv2_put_file (gftp_request * request, const char *file, int fd, +sshv2_put_file (gftp_request * request, const char *file, off_t startsize, off_t totalsize) { guint32 mode;
