summaryrefslogtreecommitdiff
path: root/ext/standard/html.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/html.h')
-rw-r--r--ext/standard/html.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/html.h b/ext/standard/html.h
index 63ba08e4e0..d4d7317320 100644
--- a/ext/standard/html.h
+++ b/ext/standard/html.h
@@ -37,6 +37,6 @@ PHP_FUNCTION(htmlspecialchars_decode);
PHP_FUNCTION(html_entity_decode);
PHP_FUNCTION(get_html_translation_table);
-PHPAPI char *php_escape_html_entities(unsigned char *old, int oldlen, int *newlen, int all, int quote_style, char *hint_charset TSRMLS_DC);
+PHPAPI char *php_escape_html_entities(char *old, int oldlen, int *newlen, int all, int quote_style, char *hint_charset TSRMLS_DC);
#endif /* HTML_H */