From: Moriyoshi Koizumi Date: Mon, 1 Dec 2003 22:47:03 +0000 (+0000) Subject: Forgot about this one X-Git-Tag: php-5.0.0b3RC1~438 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=344c29e0c7bb303eb3fd231627a5d5253ec17821;p=php Forgot about this one --- diff --git a/ext/iconv/php_iconv.h b/ext/iconv/php_iconv.h index f899bbc051..a5ca828e3b 100644 --- a/ext/iconv/php_iconv.h +++ b/ext/iconv/php_iconv.h @@ -57,6 +57,7 @@ PHP_FUNCTION(iconv_strpos); PHP_FUNCTION(iconv_strrpos); PHP_FUNCTION(iconv_mime_encode); PHP_FUNCTION(iconv_mime_decode); +PHP_FUNCTION(iconv_mime_decode_headers); ZEND_BEGIN_MODULE_GLOBALS(iconv) char *input_encoding;