diff 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
line wrap: on
line diff
--- a/lib/options.h	Sun Jan 16 15:39:28 2005 +0000
+++ b/lib/options.h	Sun Jan 16 15:48:24 2005 +0000
@@ -255,7 +255,7 @@
   {N_("SSH2"), sshv2_init, sshv2_register_module, "ssh2", 22, 1, 1},
 
   {N_("Bookmark"), bookmark_init, bookmark_register_module, "bookmark", 0, 0, 0},
-
+  {N_("FSP"), fsp_init, fsp_register_module, "fsp", 21, 1, 1},
   {NULL, NULL, NULL, NULL, 0, 0, 0}
 };