diff options
Diffstat (limited to 'ext/standard/head.h')
-rw-r--r-- | ext/standard/head.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/standard/head.h b/ext/standard/head.h index 37db395e2c..b054b135b8 100644 --- a/ext/standard/head.h +++ b/ext/standard/head.h @@ -61,4 +61,6 @@ void php4i_add_header_information(char *header_information, uint header_length); PHPAPI int php3_header(void); int php3_headers_unsent(void); +#define phpext_head_ptr php3_header_module_ptr + #endif |