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 df5aceb6fe..10d1a53603 100644 --- a/ext/standard/head.h +++ b/ext/standard/head.h @@ -49,7 +49,7 @@ typedef struct CookieList { struct CookieList *next; } CookieList; -extern php3_module_entry php_header_module_entry; +extern zend_module_entry php_header_module_entry; #define php_header_module_ptr &php_header_module_entry extern PHP_RINIT_FUNCTION(head); |