diff options
author | Andrew Skalski <askalski@php.net> | 2000-02-22 20:50:00 +0000 |
---|---|---|
committer | Andrew Skalski <askalski@php.net> | 2000-02-22 20:50:00 +0000 |
commit | ceebb2db615960d17f751011cfe955d668b591ea (patch) | |
tree | 4a5a9cd0e80c2840f0e8ae8020274e7393e872b0 /ext/ftp/php_ftp.h | |
parent | 5283b0b821ab14b738471246bb7377bbfcf95480 (diff) | |
download | php-git-ceebb2db615960d17f751011cfe955d668b591ea.tar.gz |
added the ftp_site() function
Diffstat (limited to 'ext/ftp/php_ftp.h')
-rw-r--r-- | ext/ftp/php_ftp.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |