From 76b218cb6ee479c16903cafcb9a83d969ea80d8c Mon Sep 17 00:00:00 2001 From: Moriyoshi Koizumi Date: Mon, 25 Nov 2002 17:20:20 +0000 Subject: Renamed several internal functions for consistency --- ext/mbstring/php_mbregex.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/mbstring/php_mbregex.h') diff --git a/ext/mbstring/php_mbregex.h b/ext/mbstring/php_mbregex.h index da7030ed63..ec56265278 100644 --- a/ext/mbstring/php_mbregex.h +++ b/ext/mbstring/php_mbregex.h @@ -85,8 +85,8 @@ PHP_MINIT_FUNCTION(mb_regex); PHP_MSHUTDOWN_FUNCTION(mb_regex); PHP_RINIT_FUNCTION(mb_regex); PHP_RSHUTDOWN_FUNCTION(mb_regex); -void php_mb_regex_globals_ctor(zend_mbstring_globals_ptr pglobals TSRMLS_DC); -void php_mb_regex_globals_dtor(zend_mbstring_globals_ptr pglobals TSRMLS_DC); +void _php_mb_regex_globals_ctor(zend_mbstring_globals_ptr pglobals TSRMLS_DC); +void _php_mb_regex_globals_dtor(zend_mbstring_globals_ptr pglobals TSRMLS_DC); PHP_FUNCTION(mb_regex_encoding); PHP_FUNCTION(mb_ereg); -- cgit v1.2.1