diff lib/gftp.h @ 368:af541d789f4c

2003-1-18 Brian Masney <masneyb@gftp.org> * lib/gftp.h lib/misc.c src/gtk/delete_dialog.c src/gtk/transfer.c src/gtk/view_dialog.c src/uicommon/gftpui.c - renamed all instances of copy_request() to gftp_copy_request(). Removed second argument (copy_local_options), the options are always copied now.
author masneyb
date Sun, 18 Jan 2004 20:18:19 +0000
parents 28a50fb598ed
children d207b8241e96
line wrap: on
line diff
--- a/lib/gftp.h	Sun Jan 18 20:09:28 2004 +0000
+++ b/lib/gftp.h	Sun Jan 18 20:18:19 2004 +0000
@@ -706,8 +706,7 @@
 
 void free_tdata 			( gftp_transfer * tdata );
 
-gftp_request * copy_request 		( gftp_request * req,
-					  int copy_local_options );
+gftp_request * gftp_copy_request 	( gftp_request * req );
 
 GList * gftp_sort_filelist 		( GList * filelist, 
 					  int column,