diff options
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); |