add http\Env\Url
[m6w6/ext-http] / src / php_http_env_request.h
index a97836be904e7542987278c47ff185a2f66cf6d2..a799134e01e2956b11cda534430c7ddf74705419 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef PHP_HTTP_ENV_REQUEST_H
 #define PHP_HTTP_ENV_REQUEST_H
 
-PHP_HTTP_API zend_class_entry *php_http_env_request_class_entry;
+PHP_HTTP_API zend_class_entry *php_http_get_env_request_class_entry(void);
 PHP_MINIT_FUNCTION(http_env_request);
 
 #endif