comparison lib/options.h @ 661:2e718fba351e

2005-1-16 Brian Masney <masneyb@gftp.org> * lib/fsp.c lib/options.h lib/gftp.h - added support for the FSP protocol (from Radim Kolar <hsn@netmag.cz>). Note, I need to update the build system for gftp to compile properly
author masneyb
date Sun, 16 Jan 2005 15:48:24 +0000
parents 461ae1bba8b6
children d553d14a2565
comparison
equal deleted inserted replaced
660:3bf77096052c 661:2e718fba351e
253 {N_("Local"), local_init, local_register_module, "file", 0, 1, 0}, 253 {N_("Local"), local_init, local_register_module, "file", 0, 1, 0},
254 254
255 {N_("SSH2"), sshv2_init, sshv2_register_module, "ssh2", 22, 1, 1}, 255 {N_("SSH2"), sshv2_init, sshv2_register_module, "ssh2", 22, 1, 1},
256 256
257 {N_("Bookmark"), bookmark_init, bookmark_register_module, "bookmark", 0, 0, 0}, 257 {N_("Bookmark"), bookmark_init, bookmark_register_module, "bookmark", 0, 0, 0},
258 258 {N_("FSP"), fsp_init, fsp_register_module, "fsp", 21, 1, 1},
259 {NULL, NULL, NULL, NULL, 0, 0, 0} 259 {NULL, NULL, NULL, NULL, 0, 0, 0}
260 }; 260 };
261 261
262 GHashTable * gftp_global_options_htable = NULL, 262 GHashTable * gftp_global_options_htable = NULL,
263 * gftp_config_list_htable = NULL, 263 * gftp_config_list_htable = NULL,