diff options
author | Rui Hirokawa <hirokawa@php.net> | 2003-10-26 07:47:42 +0000 |
---|---|---|
committer | Rui Hirokawa <hirokawa@php.net> | 2003-10-26 07:47:42 +0000 |
commit | 78f795af8085557a5dcaefcddf5fac2d88c5577b (patch) | |
tree | 203f4e2f871ca0131edd8681e6a5999cd5a3b4dc /ext/mbstring/mbstring.h | |
parent | 4b18e8086aa2063b66d92c4f860c99adcfd2330b (diff) | |
download | php-git-78f795af8085557a5dcaefcddf5fac2d88c5577b.tar.gz |
revert my previous patch.
Diffstat (limited to 'ext/mbstring/mbstring.h')
-rw-r--r-- | ext/mbstring/mbstring.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mbstring/mbstring.h b/ext/mbstring/mbstring.h index a167c3ab3a..3286d06760 100644 --- a/ext/mbstring/mbstring.h +++ b/ext/mbstring/mbstring.h @@ -142,9 +142,9 @@ MBSTRING_API int php_mb_encoding_detector_ex(const char *arg_string, int arg_len MBSTRING_API int php_mb_encoding_converter_ex(char **str, int *len, const char *encoding_to, const char *encoding_from TSRMLS_DC); -MBSTRING_API int php_mb_gpc_encoding_converter(char **str, int *len, int num, const char *encoding_to, const char *encoding_from TSRMLS_DC); +MBSTRING_API int php_mb_gpc_encoding_converter(char **str, int *len, const char *encoding_to, const char *encoding_from TSRMLS_DC); -MBSTRING_API int php_mb_gpc_encoding_detector(char **arg_string, int *arg_length, int num, char *arg_list TSRMLS_DC); +MBSTRING_API int php_mb_gpc_encoding_detector(const char *arg_string, int arg_length, char *arg_list TSRMLS_DC); ZEND_BEGIN_MODULE_GLOBALS(mbstring) enum mbfl_no_language language; |