summaryrefslogtreecommitdiff
path: root/ext/standard/html.h
diff options
context:
space:
mode:
authorThies C. Arntzen <thies@php.net>1999-11-21 13:25:04 +0000
committerThies C. Arntzen <thies@php.net>1999-11-21 13:25:04 +0000
commitf24db304ee4c52c051abacfb695928aabce62bfb (patch)
tree754351833848b4805305c0bbb5742086a5e265f7 /ext/standard/html.h
parent2451ff5368c222c96e3616ca38708b07d6364bc2 (diff)
downloadphp-git-f24db304ee4c52c051abacfb695928aabce62bfb.tar.gz
@- Implemented get_html_translation_table() function. (Thies)
(PHP get_html_translation_table) new function.
Diffstat (limited to 'ext/standard/html.h')
-rw-r--r--ext/standard/html.h3
1 files changed, 3 insertions, 0 deletions
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 */