diff options
author | Markus Fischer <mfischer@php.net> | 2002-01-01 22:15:22 +0000 |
---|---|---|
committer | Markus Fischer <mfischer@php.net> | 2002-01-01 22:15:22 +0000 |
commit | 8559f372fd49a7714f02865561d80160dcd98691 (patch) | |
tree | 8b4f9bfbc2016f9f97ef4c2cf6f63fae41cabd09 /ext/ftp/php_ftp.h | |
parent | 5076b907e1f26c4d88649635de3b5779fa99d2ee (diff) | |
download | php-git-8559f372fd49a7714f02865561d80160dcd98691.tar.gz |
- Switched to zend_parse_parameters(), unified error/warning messages,
use real resources instead of integers, adjusted prototypes (hope I got
them all).
Diffstat (limited to 'ext/ftp/php_ftp.h')
-rw-r--r-- | ext/ftp/php_ftp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ftp/php_ftp.h b/ext/ftp/php_ftp.h index 29f596cbb7..4d93a1ffe9 100644 --- a/ext/ftp/php_ftp.h +++ b/ext/ftp/php_ftp.h @@ -51,7 +51,7 @@ PHP_FUNCTION(ftp_mdtm); PHP_FUNCTION(ftp_rename); PHP_FUNCTION(ftp_delete); PHP_FUNCTION(ftp_site); -PHP_FUNCTION(ftp_quit); +PHP_FUNCTION(ftp_close); #define phpext_ftp_ptr php_ftp_module_ptr |