summaryrefslogtreecommitdiff
path: root/Zend/zend_multibyte.h
diff options
context:
space:
mode:
authorMoriyoshi Koizumi <moriyoshi@php.net>2011-03-06 07:00:30 +0000
committerMoriyoshi Koizumi <moriyoshi@php.net>2011-03-06 07:00:30 +0000
commitcdb9ee0d1a5ecb843b320c9effb81207f4280795 (patch)
tree001d369b5480329ae9214e3d1256181957b73d5f /Zend/zend_multibyte.h
parent6ba343aeff1af7fac3603f56c9d9b25320cb88b1 (diff)
downloadphp-git-cdb9ee0d1a5ecb843b320c9effb81207f4280795.tar.gz
Fix zend.multibyte oddities. Hope this will address all the known problems.
Diffstat (limited to 'Zend/zend_multibyte.h')
-rw-r--r--Zend/zend_multibyte.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Zend/zend_multibyte.h b/Zend/zend_multibyte.h
index ea127116e0..5e0c51f57b 100644
--- a/Zend/zend_multibyte.h
+++ b/Zend/zend_multibyte.h
@@ -75,9 +75,6 @@ ZEND_API int zend_multibyte_set_script_encoding(const zend_encoding **encoding_l
ZEND_API int zend_multibyte_set_internal_encoding(const zend_encoding *encoding TSRMLS_DC);
ZEND_API int zend_multibyte_set_script_encoding_by_string(const char *new_value, size_t new_value_length TSRMLS_DC);
-ZEND_API size_t zend_multibyte_script_encoding_filter(unsigned char **to, size_t *to_length, const unsigned char *from, size_t from_length TSRMLS_DC);
-ZEND_API size_t zend_multibyte_internal_encoding_filter(unsigned char **to, size_t *to_length, const unsigned char *from, size_t from_length TSRMLS_DC);
-
END_EXTERN_C()
#endif /* ZEND_MULTIBYTE_H */