X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_env_response.h;fp=php_http_env_response.h;h=b67293050cbf34af925988f50a53b6673cda5c80;hp=3a702b23273c144412e131f21ff290ed4184ef90;hb=e867316f1364f589eec67cc684703c874984430b;hpb=baff99d75b56868714f7f2ed1972b3baceb72014 diff --git a/php_http_env_response.h b/php_http_env_response.h index 3a702b2..b672930 100644 --- a/php_http_env_response.h +++ b/php_http_env_response.h @@ -36,6 +36,7 @@ struct php_http_env_response { void *ctx; php_http_env_response_ops_t *ops; + php_http_cookie_list_t *cookies; php_http_buffer_t *buffer; zval *options;