diff options
author | Edin Kadribasic <edink@php.net> | 2002-11-13 23:11:14 +0000 |
---|---|---|
committer | Edin Kadribasic <edink@php.net> | 2002-11-13 23:11:14 +0000 |
commit | 1eddce79ddd08f0d8e9955f9651190847b55df26 (patch) | |
tree | 18a5d42d189da2e5724cedc34b3a2f24ec5ef380 /ext/mbstring/php_mbregex.h | |
parent | 9d04acdaaa93b338cf3a64a7ce5eba5c43c14aa8 (diff) | |
download | php-git-1eddce79ddd08f0d8e9955f9651190847b55df26.tar.gz |
MFB (made mbstring compile on windows again).
Diffstat (limited to 'ext/mbstring/php_mbregex.h')
-rw-r--r-- | ext/mbstring/php_mbregex.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/mbstring/php_mbregex.h b/ext/mbstring/php_mbregex.h index 4ced465071..e0620a2a83 100644 --- a/ext/mbstring/php_mbregex.h +++ b/ext/mbstring/php_mbregex.h @@ -26,7 +26,7 @@ #include "php.h" #include "zend.h" #include "mbregex.h" - + /* {{{ PHP_MBREGEX_GLOBALS */ #define PHP_MBREGEX_GLOBALS \ int default_mbctype; \ @@ -42,9 +42,9 @@ #define PHP_MBREGEX_MAXCACHE 50 -PHPAPI int php_mb_regex_name2mbctype(const char *pname); -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); +int php_mb_regex_name2mbctype(const char *pname); +int php_mb_regex_set_options(int options TSRMLS_DC); +int php_mb_regex_set_options_by_string(const char *optstr, int len TSRMLS_DC); PHP_FUNCTION(mb_regex_encoding); PHP_FUNCTION(mb_ereg); |