mirror of
https://github.com/php/php-src.git
synced 2024-12-15 04:45:03 +08:00
Added missing protos
This commit is contained in:
parent
fd9d9dea1c
commit
dd710f4dc0
@ -143,6 +143,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, const char *encoding_to, const char *encoding_from 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;
|
||||
|
Loading…
Reference in New Issue
Block a user