summaryrefslogtreecommitdiff
path: root/ext/mbstring/php_mbregex.h
diff options
context:
space:
mode:
authorMoriyoshi Koizumi <moriyoshi@php.net>2002-11-25 17:20:20 +0000
committerMoriyoshi Koizumi <moriyoshi@php.net>2002-11-25 17:20:20 +0000
commit76b218cb6ee479c16903cafcb9a83d969ea80d8c (patch)
tree70862b36e710f3fdf3260e56c7a59e28d1953823 /ext/mbstring/php_mbregex.h
parentb3cfda6389bd4e7b06c65e77410528d9a2ae242f (diff)
downloadphp-git-76b218cb6ee479c16903cafcb9a83d969ea80d8c.tar.gz
Renamed several internal functions for consistency
Diffstat (limited to 'ext/mbstring/php_mbregex.h')
-rw-r--r--ext/mbstring/php_mbregex.h4
1 files changed, 2 insertions, 2 deletions
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);