diff lib/gftp.h @ 862:885038cb945b

2006-11-30 Brian Masney <masneyb@gftp.org> * lib/gftp.h src/uicommon/gftpui.c - when a file transfer is restarted, get the file size of the destination file. This is so that the file is restarted at the proper position (closes #160239). (_gftpui_common_do_transfer_file) - split this function into a smaller function: _do_transfer_block(). * src/gtk/transfer.c - removed debugging statement
author masneyb
date Sat, 23 Dec 2006 16:12:21 +0000
parents 5e3005923374
children 2d4e6fca8e7c
line wrap: on
line diff
--- a/lib/gftp.h	Sat Dec 23 15:56:22 2006 +0000
+++ b/lib/gftp.h	Sat Dec 23 16:12:21 2006 +0000
@@ -256,6 +256,7 @@
                done_edit : 1,	/* Edit the file when done transfering? */
                done_rm : 1,	/* Remove the file when done */
                transfer_done : 1, /* Is current file transfer done? */
+               retry_transfer : 1, /* Is current file transfer done? */
                is_fd : 1,	/* Is this a file descriptor? */
                exists_other_side; /* The file exists on the other side during
                                      the file transfer */