comparison 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
comparison
equal deleted inserted replaced
861:5aae5b877544 862:885038cb945b
254 shown : 1, /* Is this file shown? */ 254 shown : 1, /* Is this file shown? */
255 done_view : 1, /* View the file when done transfering? */ 255 done_view : 1, /* View the file when done transfering? */
256 done_edit : 1, /* Edit the file when done transfering? */ 256 done_edit : 1, /* Edit the file when done transfering? */
257 done_rm : 1, /* Remove the file when done */ 257 done_rm : 1, /* Remove the file when done */
258 transfer_done : 1, /* Is current file transfer done? */ 258 transfer_done : 1, /* Is current file transfer done? */
259 retry_transfer : 1, /* Is current file transfer done? */
259 is_fd : 1, /* Is this a file descriptor? */ 260 is_fd : 1, /* Is this a file descriptor? */
260 exists_other_side; /* The file exists on the other side during 261 exists_other_side; /* The file exists on the other side during
261 the file transfer */ 262 the file transfer */
262 char transfer_action; /* See the GFTP_TRANS_ACTION_* vars above */ 263 char transfer_action; /* See the GFTP_TRANS_ACTION_* vars above */
263 /*@null@*/ void *user_data; 264 /*@null@*/ void *user_data;