From f72897c29d6168b23399ff0c9721c815c7f7261c Mon Sep 17 00:00:00 2001 From: Andrey Hristov Date: Fri, 3 Sep 1999 19:01:19 +0000 Subject: Practice what you preach, I guess. --- ext/pcre/php_pcre.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ext/pcre/php_pcre.h') 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 #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); -- cgit v1.2.1