From f24db304ee4c52c051abacfb695928aabce62bfb Mon Sep 17 00:00:00 2001 From: "Thies C. Arntzen" Date: Sun, 21 Nov 1999 13:25:04 +0000 Subject: @- Implemented get_html_translation_table() function. (Thies) (PHP get_html_translation_table) new function. --- ext/standard/html.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ext/standard/html.h') diff --git a/ext/standard/html.h b/ext/standard/html.h index 3baddaf46e..265f0656b7 100644 --- a/ext/standard/html.h +++ b/ext/standard/html.h @@ -32,7 +32,10 @@ #ifndef _HTML_H #define _HTML_H +void register_html_constants(INIT_FUNC_ARGS); + PHP_FUNCTION(htmlspecialchars); PHP_FUNCTION(htmlentities); +PHP_FUNCTION(get_html_translation_table); #endif /* _HTML_H */ -- cgit v1.2.1