X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_env_response.h;h=1031daa1ce2ed2be1cf7e9efb69fe4f57a02683b;hp=ab5ee5c2c12d54305442eebeed128d3b93fd6d95;hb=7ba90c6d9d6843549fb9227d1a7aa05033e60772;hpb=3de3e5f65db0e7c24849c0e7c60c54a4e8566422 diff --git a/php_http_env_response.h b/php_http_env_response.h index ab5ee5c..1031daa 100644 --- a/php_http_env_response.h +++ b/php_http_env_response.h @@ -51,8 +51,7 @@ PHP_HTTP_API void php_http_env_response_free(php_http_env_response_t **r); PHP_HTTP_API php_http_cache_status_t php_http_env_is_response_cached_by_etag(zval *options, const char *header_str, size_t header_len TSRMLS_DC); PHP_HTTP_API php_http_cache_status_t php_http_env_is_response_cached_by_last_modified(zval *options, const char *header_str, size_t header_len TSRMLS_DC); -extern zend_class_entry *php_http_env_response_class_entry; -extern zend_function_entry php_http_env_response_method_entry[]; +zend_class_entry *php_http_env_response_get_class_entry(void); PHP_METHOD(HttpEnvResponse, __construct); PHP_METHOD(HttpEnvResponse, __invoke);