X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_env_response.h;h=1031daa1ce2ed2be1cf7e9efb69fe4f57a02683b;hb=729594cae203b09419d195ec0dabde0430c9f1cd;hp=d15b2bc284235c35bb63ceeace6ae4050987ea12;hpb=8d05291f42b3b42159b3fe91492aa4862f3d4405;p=m6w6%2Fext-http diff --git a/php_http_env_response.h b/php_http_env_response.h index d15b2bc..1031daa 100644 --- a/php_http_env_response.h +++ b/php_http_env_response.h @@ -51,10 +51,10 @@ 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); PHP_METHOD(HttpEnvResponse, setContentType); PHP_METHOD(HttpEnvResponse, setContentDisposition); PHP_METHOD(HttpEnvResponse, setContentEncoding);