comparison 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
comparison
equal deleted inserted replaced
242:2adfdf9a5730 243:b42e7233533a
816 char * gftp_string_to_utf8 ( gftp_request * request, 816 char * gftp_string_to_utf8 ( gftp_request * request,
817 char *str ); 817 char *str );
818 #endif 818 #endif
819 819
820 int gftp_parse_bookmark ( gftp_request * request, 820 int gftp_parse_bookmark ( gftp_request * request,
821 gftp_request * local_request,
821 const char * bookmark ); 822 const char * bookmark );
822 823
823 int gftp_parse_url ( gftp_request * request, 824 int gftp_parse_url ( gftp_request * request,
824 const char *url ); 825 const char *url );
825 826