summaryrefslogtreecommitdiff
path: root/ext/mbstring/mbstring.h
diff options
context:
space:
mode:
authorDen V. Tsopa <dets@php.net>2002-08-14 06:38:07 +0000
committerDen V. Tsopa <dets@php.net>2002-08-14 06:38:07 +0000
commite139decdea8551e521400f01496996f24fa9f520 (patch)
tree14725ba583ef99979ed590b41ae03d522775463a /ext/mbstring/mbstring.h
parent8c020d357f91abf24fcb9505e740bdd24c2777f3 (diff)
downloadphp-git-e139decdea8551e521400f01496996f24fa9f520.tar.gz
Revert from patch added mb_guess_encoding to previous version
Diffstat (limited to 'ext/mbstring/mbstring.h')
-rw-r--r--ext/mbstring/mbstring.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/mbstring/mbstring.h b/ext/mbstring/mbstring.h
index e2d51501ff..094ecc4cb3 100644
--- a/ext/mbstring/mbstring.h
+++ b/ext/mbstring/mbstring.h
@@ -94,7 +94,6 @@ PHP_FUNCTION(mb_strcut);
PHP_FUNCTION(mb_strwidth);
PHP_FUNCTION(mb_strimwidth);
PHP_FUNCTION(mb_convert_encoding);
-PHP_FUNCTION(mb_guess_encoding);
PHP_FUNCTION(mb_detect_encoding);
PHP_FUNCTION(mb_convert_kana);
PHP_FUNCTION(mb_encode_mimeheader);