summaryrefslogtreecommitdiff
path: root/ext/mbstring/php_mbregex.h
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@php.net>2002-10-08 05:08:39 +0000
committerSebastian Bergmann <sebastian@php.net>2002-10-08 05:08:39 +0000
commitaf8230e28c846517d28ec857429ac64944118d03 (patch)
treec289285a83864f3f185f65294042a3905ff68ea3 /ext/mbstring/php_mbregex.h
parentb68028988a375d6cfb2c7c665978585ae69bd86c (diff)
downloadphp-git-af8230e28c846517d28ec857429ac64944118d03.tar.gz
Fix ZTS build.
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 d5bc383813..4ced465071 100644
--- a/ext/mbstring/php_mbregex.h
+++ b/ext/mbstring/php_mbregex.h
@@ -43,8 +43,8 @@
#define PHP_MBREGEX_MAXCACHE 50
PHPAPI int php_mb_regex_name2mbctype(const char *pname);
-PHPAPI int php_mb_regex_set_options(int options);
-PHPAPI int php_mb_regex_set_options_by_string(const char *optstr, int len);
+PHPAPI int php_mb_regex_set_options(int options TSRMLS_DC);
+PHPAPI int php_mb_regex_set_options_by_string(const char *optstr, int len TSRMLS_DC);
PHP_FUNCTION(mb_regex_encoding);
PHP_FUNCTION(mb_ereg);