diff lib/gftp.h @ 74:e2b30d0c97a4

2002-12-333 Brian Masney <masneyb@gftp.org> * lib/config_file.c lib/gftp.h lib/protocols.c - removed use_default_dl_types option. This is always enabled by default now. * src/gtk/dnd.c src/gtk/transfer.c - fix for files that should be transferred as ascii
author masneyb
date Wed, 04 Dec 2002 02:35:45 +0000
parents aa971a4bb16f
children f4f6f44225d3
line wrap: on
line diff
--- a/lib/gftp.h	Tue Dec 03 02:36:37 2002 +0000
+++ b/lib/gftp.h	Wed Dec 04 02:35:45 2002 +0000
@@ -478,15 +478,14 @@
 extern gftp_bookmarks * bookmarks;
 extern int do_one_transfer_at_a_time, start_file_transfers, 
            transfer_in_progress, passive_transfer, sort_dirs_first, 
-           use_default_dl_types, show_hidden_files, refresh_files, 
-           listbox_local_width, listbox_remote_width, listbox_file_height, 
-           transfer_height, log_height, retries, sleep_time, network_timeout, 
-           use_http11, listbox_dblclick_action, file_trans_column, 
-           local_columns[6], remote_columns[6], resolve_symlinks, 
-           firewall_port, http_proxy_port, overwrite_by_default, 
-           append_file_transfers, enable_old_ssh, ssh_need_userpass, 
-           ssh_use_askpass, sshv2_use_sftp_subsys, local_sortcol, 
-           local_sortasds, remote_sortcol, remote_sortasds;
+           show_hidden_files, refresh_files, listbox_local_width, 
+           listbox_remote_width, listbox_file_height, transfer_height, 
+           log_height, retries, sleep_time, network_timeout, use_http11, 
+           listbox_dblclick_action, file_trans_column, local_columns[6], 
+           remote_columns[6], resolve_symlinks, firewall_port, http_proxy_port,
+           overwrite_by_default, append_file_transfers, enable_old_ssh, 
+           ssh_need_userpass, ssh_use_askpass, sshv2_use_sftp_subsys, 
+           local_sortcol, local_sortasds, remote_sortcol, remote_sortasds;
 extern guint max_log_window_size;
 extern GHashTable * bookmarks_htable, * config_htable;
 extern GList * localhistory, * remotehistory, * host_history, * port_history,