diff options
author | Andrey Hristov <andrey@php.net> | 1999-09-03 19:01:19 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 1999-09-03 19:01:19 +0000 |
commit | f72897c29d6168b23399ff0c9721c815c7f7261c (patch) | |
tree | 32ff914e4367464689b9f256b5bba9fda67a5c67 /ext/pcre/php_pcre.h | |
parent | 3e591dabbd19cd0e2ab1106b377a228bf3ae4287 (diff) | |
download | php-git-f72897c29d6168b23399ff0c9721c815c7f7261c.tar.gz |
Practice what you preach, I guess.
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); |