diff options
author | Sebastian Bergmann <sebastian@php.net> | 2002-09-26 18:13:32 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@php.net> | 2002-09-26 18:13:32 +0000 |
commit | b5d4b5496d0c61283af576903a47b6cb5d04f1b3 (patch) | |
tree | 71391b6f45a77ffa2bc35c642623436120e75923 /ext/standard/html.h | |
parent | 57c91b571e214867d5677eed875a71b07dc3fbef (diff) | |
download | php-git-b5d4b5496d0c61283af576903a47b6cb5d04f1b3.tar.gz |
Fix ZTS build.
Diffstat (limited to 'ext/standard/html.h')
-rw-r--r-- | ext/standard/html.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/html.h b/ext/standard/html.h index 0f264328e9..b083542217 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 TSRMLS_DC); #endif /* HTML_H */ |