summaryrefslogtreecommitdiff
path: root/ext/standard/head.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/head.c')
-rw-r--r--ext/standard/head.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/head.c b/ext/standard/head.c
index 4d8b586f23..d2b3c89c3c 100644
--- a/ext/standard/head.c
+++ b/ext/standard/head.c
@@ -205,7 +205,7 @@ void php4i_add_header_information(char *header_information, uint header_length)
/* Implementation of the language Header() function */
-void php3_Header(INTERNAL_FUNCTION_PARAMETERS)
+PHP_FUNCTION(Header)
{
pval *arg1;
@@ -429,7 +429,7 @@ CookieList *php3_PopCookieList(void)
}
/* php3_SetCookie(name,value,expires,path,domain,secure) */
-void php3_SetCookie(INTERNAL_FUNCTION_PARAMETERS)
+PHP_FUNCTION(SetCookie)
{
char *cookie;
int len=sizeof("Set-Cookie: ");