diff options
author | Marcus Boerger <helly@php.net> | 2002-04-05 01:23:22 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2002-04-05 01:23:22 +0000 |
commit | cb51e72c46f187e56bdbda57b6c0ceee791ed3ec (patch) | |
tree | af835cd1672828791c6db5c1cb3ea6468da91bd6 /ext/mbstring/mbstring.h | |
parent | a663bd9966a342ac0de03e697c215dc7a743f03f (diff) | |
download | php-git-cb51e72c46f187e56bdbda57b6c0ceee791ed3ec.tar.gz |
new function php_mb_convert_encoding
Diffstat (limited to 'ext/mbstring/mbstring.h')
-rw-r--r-- | ext/mbstring/mbstring.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/mbstring/mbstring.h b/ext/mbstring/mbstring.h index 83e872fad3..0413f29d6e 100644 --- a/ext/mbstring/mbstring.h +++ b/ext/mbstring/mbstring.h @@ -55,6 +55,8 @@ #include "mbfilter.h" +char * php_mb_convert_encoding(char *input, size_t length, char *_to_encoding, char *_from_encodings, size_t *output_len TSRMLS_DC); + #if HAVE_MBREGEX #include "mbregex.h" #endif |