diff options
Diffstat (limited to 'ext/pcre/php_pcre.h')
-rw-r--r-- | ext/pcre/php_pcre.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/pcre/php_pcre.h b/ext/pcre/php_pcre.h index c7f9043b05..e4df8f07e0 100644 --- a/ext/pcre/php_pcre.h +++ b/ext/pcre/php_pcre.h @@ -39,10 +39,10 @@ #include <locale.h> #endif -extern void php_info_pcre(ZEND_MODULE_INFO_FUNC_ARGS); -extern int php_minit_pcre(INIT_FUNC_ARGS); -extern int php_mshutdown_pcre(SHUTDOWN_FUNC_ARGS); -extern int php_rinit_pcre(INIT_FUNC_ARGS); +PHP_MINFO_FUNCTION(pcre); +PHP_MINIT_FUNCTION(pcre); +PHP_MSHUTDOWN_FUNCTION(pcre); +PHP_RINIT_FUNCTION(pcre); PHP_FUNCTION(preg_match); PHP_FUNCTION(preg_match_all); |