diff options
author | Andrew Skalski <askalski@php.net> | 1999-09-23 17:54:26 +0000 |
---|---|---|
committer | Andrew Skalski <askalski@php.net> | 1999-09-23 17:54:26 +0000 |
commit | 1e573a9acd402bd057f56be25831f951ab5947a4 (patch) | |
tree | 2502f25292b31db4a0e7ae8300237840d1854b43 /ext/ftp/php_ftp.h | |
parent | 63c15d292aa07b2255af42f92c52b021f58b2bd3 (diff) | |
download | php-git-1e573a9acd402bd057f56be25831f951ab5947a4.tar.gz |
fixed php3 code problem
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 b86b14c58e..05173d5909 100644 --- a/ext/ftp/php_ftp.h +++ b/ext/ftp/php_ftp.h @@ -46,7 +46,7 @@ extern php3_module_entry php3_ftp_module_entry; #ifdef ZEND_VERSION PHP_MINIT_FUNCTION(ftp); #else -int PHP_MINIT_FUNCTION(INIT_FUNC_ARGS); +int php3_minit_ftp(INIT_FUNC_ARGS); #endif PHP_FUNCTION(ftp_connect); |