diff lib/gftp.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 eaede7f6c2f8
children d553d14a2565
line wrap: on
line diff
--- a/lib/gftp.h	Sun Jan 16 15:39:28 2005 +0000
+++ b/lib/gftp.h	Sun Jan 16 15:48:24 2005 +0000
@@ -809,6 +809,7 @@
 #define GFTP_LOCAL_NUM				4
 #define GFTP_SSHV2_NUM				5
 #define GFTP_BOOKMARK_NUM			6
+#define GFTP_FSP_NUM				7
 
 #define GFTP_IS_CONNECTED(request)		((request) != NULL && \
                                                  ((request)->datafd > 0 || \
@@ -852,6 +853,10 @@
 
 void bookmark_register_module		( void );
 
+int fsp_init				( gftp_request * request );
+
+void fsp_register_module		( void );
+
 gftp_request *gftp_request_new 		( void );
 
 void gftp_request_destroy 		( gftp_request * request,