From ceebb2db615960d17f751011cfe955d668b591ea Mon Sep 17 00:00:00 2001 From: Andrew Skalski Date: Tue, 22 Feb 2000 20:50:00 +0000 Subject: added the ftp_site() function --- ext/ftp/php_ftp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/ftp/php_ftp.h') diff --git a/ext/ftp/php_ftp.h b/ext/ftp/php_ftp.h index 8e1a08ec83..08bece1b30 100644 --- a/ext/ftp/php_ftp.h +++ b/ext/ftp/php_ftp.h @@ -64,6 +64,7 @@ PHP_FUNCTION(ftp_size); PHP_FUNCTION(ftp_mdtm); PHP_FUNCTION(ftp_rename); PHP_FUNCTION(ftp_delete); +PHP_FUNCTION(ftp_site); PHP_FUNCTION(ftp_quit); #define phpext_ftp_ptr php_ftp_module_ptr -- cgit v1.2.1