summaryrefslogtreecommitdiff
path: root/ext/standard/html.h
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2002-03-16 01:34:52 +0000
committerWez Furlong <wez@php.net>2002-03-16 01:34:52 +0000
commita184f5d1d361f699bab9cc9483c815302dd61be7 (patch)
tree0b8b202954da5e94ec204c4406360817853c13c3 /ext/standard/html.h
parent09213d7bf88d0f947d7e89fa1af91e43edd36bb7 (diff)
downloadphp-git-a184f5d1d361f699bab9cc9483c815302dd61be7.tar.gz
* formatting, plus remove some old fopen wrappers
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 5f122cbc6e..0f264328e9 100644
--- a/ext/standard/html.h
+++ b/ext/standard/html.h
@@ -36,6 +36,6 @@ PHP_FUNCTION(htmlentities);
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);
+PHPAPI char *php_escape_html_entities(unsigned char *old, int oldlen, int *newlen, int all, int quote_style, char *hint_charset);
#endif /* HTML_H */