summaryrefslogtreecommitdiff
path: root/ext/ftp/php_ftp.h
diff options
context:
space:
mode:
authorMarkus Fischer <mfischer@php.net>2002-01-01 22:15:22 +0000
committerMarkus Fischer <mfischer@php.net>2002-01-01 22:15:22 +0000
commit8559f372fd49a7714f02865561d80160dcd98691 (patch)
tree8b4f9bfbc2016f9f97ef4c2cf6f63fae41cabd09 /ext/ftp/php_ftp.h
parent5076b907e1f26c4d88649635de3b5779fa99d2ee (diff)
downloadphp-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.h2
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