diff options
Diffstat (limited to 'ext/standard/head.h')
| -rw-r--r-- | ext/standard/head.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/head.h b/ext/standard/head.h index 542d95ffaf..51208a606e 100644 --- a/ext/standard/head.h +++ b/ext/standard/head.h @@ -52,7 +52,7 @@ typedef struct CookieList { 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 PHP_RINIT_FUNCTION(head); PHP_FUNCTION(Header); PHP_FUNCTION(setcookie); PHP_FUNCTION(headers_sent); |
