add http\Env\Url
[m6w6/ext-http] / src / php_http_header_parser.h
index 33707bd6fb5709ec5643fe950567e9747447bca5..c22c6a74408f8dca947281f63198c65e32dd5fe1 100644 (file)
@@ -55,7 +55,7 @@ typedef struct php_http_header_parser_object {
        zend_object zo;
 } php_http_header_parser_object_t;
 
-PHP_HTTP_API zend_class_entry *php_http_header_parser_class_entry;
+PHP_HTTP_API zend_class_entry *php_http_get_header_parser_class_entry(void);
 
 PHP_MINIT_FUNCTION(http_header_parser);