]> granicus.if.org Git - php/commitdiff
add php_unescape_html_entities() proto to the header
authorAntony Dovgal <tony2001@php.net>
Tue, 28 Nov 2006 20:40:29 +0000 (20:40 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 28 Nov 2006 20:40:29 +0000 (20:40 +0000)
ext/standard/html.h

index d4d73173204799fb388724356ca4f9a9204a74d5..430b11cfcce2e421d9dbfb3e846278ca31af6329 100644 (file)
@@ -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 */