comparison lib/gftp.h @ 320:853981bbd4d7

2003-11-30 Brian Masney <masneyb@gftp.org> * src/gtk/transfer.c - shows status information in title bar. (patch from Jamil Geor <jamil_geor@yahoo.co.nz>, cleaned up by me some) * lib/options.h - added show_trans_in_title option. 2003-11-25 Brian Masney <masneyb@gftp.org> * lib/misc.c (gftp_locale_init) - call bindtextdomain() so that the directory is setup properly * lib/misc.c lib/gftp.h lib/config_file.c - move copyfile() to config_file.c and declare it to be static. On the destination file, set the flag O_EXCL
author masneyb
date Sun, 30 Nov 2003 19:35:24 +0000
parents cc2eeb30b793
children 0fcc6468a0af
comparison
equal deleted inserted replaced
319:2ad0b9a00fdd 320:853981bbd4d7
654 654
655 char *expand_path ( const char *src ); 655 char *expand_path ( const char *src );
656 656
657 void make_nonnull ( char **str ); 657 void make_nonnull ( char **str );
658 658
659 int copyfile ( char *source,
660 char *dest );
661
662 int gftp_match_filespec ( char *filename, 659 int gftp_match_filespec ( char *filename,
663 char *filespec ); 660 char *filespec );
664 661
665 int gftp_parse_command_line ( int *argc, 662 int gftp_parse_command_line ( int *argc,
666 char ***argv ); 663 char ***argv );