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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/html.h b/ext/standard/html.h
index 892dfb6bed..3baddaf46e 100644
--- a/ext/standard/html.h
+++ b/ext/standard/html.h
@@ -32,7 +32,7 @@
#ifndef _HTML_H
#define _HTML_H
-extern void php3_htmlspecialchars(INTERNAL_FUNCTION_PARAMETERS);
-extern void php3_htmlentities(INTERNAL_FUNCTION_PARAMETERS);
+PHP_FUNCTION(htmlspecialchars);
+PHP_FUNCTION(htmlentities);
#endif /* _HTML_H */