From: Antony Dovgal Date: Tue, 28 Nov 2006 20:40:29 +0000 (+0000) Subject: add php_unescape_html_entities() proto to the header X-Git-Tag: RELEASE_1_0_0RC1~893 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b52ecf33289953d6a707c7f4c26f412c3b28122;p=php add php_unescape_html_entities() proto to the header --- diff --git a/ext/standard/html.h b/ext/standard/html.h index d4d7317320..430b11cfcc 100644 --- a/ext/standard/html.h +++ b/ext/standard/html.h @@ -38,5 +38,6 @@ PHP_FUNCTION(html_entity_decode); PHP_FUNCTION(get_html_translation_table); PHPAPI char *php_escape_html_entities(char *old, int oldlen, int *newlen, int all, int quote_style, char *hint_charset TSRMLS_DC); +PHPAPI char *php_unescape_html_entities(char *orig, int oldlen, int *newlen, int all, int quote_style, char *hint_charset TSRMLS_DC); #endif /* HTML_H */