diff lib/gftp.h @ 478:97fd5eb34be0

2004-6-6 Brian Masney <masneyb@gftp.org> * acinclude.m4 configure.in - added AC_TYPE_INTPTR_T that will define intptr_t if it does not exist on the system * lib/gftp.h lib/protocols.c lib/rfc959.c src/uicommon/gftpuicallbacks.c - added specify site argument to rfc959_site(). If this is set, then SITE will be prepended to the command
author masneyb
date Sun, 06 Jun 2004 15:12:35 +0000
parents 2ad1916dc611
children 4376ffeab64e
line wrap: on
line diff
--- a/lib/gftp.h	Thu Jun 03 00:49:34 2004 +0000
+++ b/lib/gftp.h	Sun Jun 06 15:12:35 2004 +0000
@@ -449,6 +449,7 @@
 					  const char *filename, 
 					  time_t datettime );
   int (*site)				( gftp_request * request, 
+					  int specify_site,
 					  const char *filename );
   int (*parse_url)			( gftp_request * request,
 					  const char *url );
@@ -924,6 +925,7 @@
 					  time_t datetime );
 
 char gftp_site_cmd 			( gftp_request * request, 
+					  int specify_site,
 					  const char *command );
 
 off_t gftp_get_file_size 		( gftp_request * request,