comparison lib/rfc959.c @ 526:990088b18285

2004-8-9 Brian Masney <masneyb@gftp.org> * lib/config_file.c lib/options.h lib/rfc959.c - fixed warnings about unitialized members in the structure * lib/pty.c (gftp_exec) - setup stderr when running the program * lib/sshv2.c src/uicommon/gftpui.h - fixed signed/unsigned integer comparisions * lib/sshv2.c - added sshv2_copy_param_options() * src/gtk/options_dialog.c - compile fix when compiling against GTK+ 1.2
author masneyb
date Tue, 10 Aug 2004 01:55:53 +0000
parents 739afd9df73c
children 65cd664cbf32
comparison
equal deleted inserted replaced
525:7262851e3ae8 526:990088b18285
30 {N_("AUTHENTICATE"), "USER %hu@%hh\nPASS %hp\nSITE AUTHENTICATE %pu\nSITE RESPONSE %pp\n", 0}, 30 {N_("AUTHENTICATE"), "USER %hu@%hh\nPASS %hp\nSITE AUTHENTICATE %pu\nSITE RESPONSE %pp\n", 0},
31 {N_("user@host port"), "USER %hu@%hh %ho\nPASS %hp\n", 0}, 31 {N_("user@host port"), "USER %hu@%hh %ho\nPASS %hp\n", 0},
32 {N_("user@host NOAUTH"), "USER %hu@%hh\nPASS %hp\n", 0}, 32 {N_("user@host NOAUTH"), "USER %hu@%hh\nPASS %hp\n", 0},
33 {N_("HTTP Proxy"), "http", 0}, 33 {N_("HTTP Proxy"), "http", 0},
34 {N_("Custom"), "", GFTP_TEXTCOMBOEDT_EDITABLE}, 34 {N_("Custom"), "", GFTP_TEXTCOMBOEDT_EDITABLE},
35 {NULL, NULL} 35 {NULL, NULL, 0}
36 }; 36 };
37 37
38 static gftp_config_vars config_vars[] = 38 static gftp_config_vars config_vars[] =
39 { 39 {
40 {"", N_("FTP"), gftp_option_type_notebook, NULL, NULL, 40 {"", N_("FTP"), gftp_option_type_notebook, NULL, NULL,