diff lib/gftp.h @ 243:b42e7233533a

2003-7-31 Brian Masney <masneyb@gftp.org> * lib/sshv2.c - fix blocking problem reading the error message from the remote server when there was an error establishing a connection * lib/misc.c (copy_fdata) - copy utf8_file variable in gftp_file structure. (fix double free that was only in development version) * lib/misc.c - added --info argument to the command line. This will call gftp_info(), which will print out some information about how gftp was compiled. * lib/protocols.c lib/bookmarks.c lib/gftp.h src/gtk/bookmarks.c - added local_request parameter to gftp_parse_bookmark(). If this is not NULL, and this bookmark specifies a local directory, it will change to it. * configure.in - increment version to 2.0.15rc2
author masneyb
date Fri, 01 Aug 2003 01:47:54 +0000
parents 1638e32e6a35
children afbbc72b73e2
line wrap: on
line diff
--- a/lib/gftp.h	Wed Jul 30 04:28:12 2003 +0000
+++ b/lib/gftp.h	Fri Aug 01 01:47:54 2003 +0000
@@ -818,6 +818,7 @@
 #endif
 
 int gftp_parse_bookmark 		( gftp_request * request, 
+					  gftp_request * local_request,
 					  const char * bookmark );
 
 int gftp_parse_url 			( gftp_request * request,