From 39691bed9e9ce9480b2ee80edd275dca67ec840f Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Sun, 16 May 1999 11:19:26 +0000 Subject: conv_proto *.[ch] --- ext/standard/head.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/standard/head.h') diff --git a/ext/standard/head.h b/ext/standard/head.h index b054b135b8..977fc83345 100644 --- a/ext/standard/head.h +++ b/ext/standard/head.h @@ -53,8 +53,8 @@ extern php3_module_entry php3_header_module_entry; #define php3_header_module_ptr &php3_header_module_entry extern int php3_init_head(INIT_FUNC_ARGS); -extern void php3_Header(INTERNAL_FUNCTION_PARAMETERS); -extern void php3_SetCookie(INTERNAL_FUNCTION_PARAMETERS); +PHP_FUNCTION(Header); +PHP_FUNCTION(SetCookie); void php4i_add_header_information(char *header_information, uint header_length); -- cgit v1.2.1