X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_inflatestream_object.h;h=f7f2dc6a41dde5c769747c5e2c8f49796da67f7a;hp=0853d041f4bed2ba3414811117b14227f6e59bed;hb=ccd556e32e7264830790ec13b72a9b0e3760684b;hpb=32e91737086db53bb1fd9ed9f79d693c43ec459f diff --git a/php_http_inflatestream_object.h b/php_http_inflatestream_object.h index 0853d04..f7f2dc6 100644 --- a/php_http_inflatestream_object.h +++ b/php_http_inflatestream_object.h @@ -16,7 +16,7 @@ #define PHP_HTTP_INFLATESTREAM_OBJECT_H #if defined(ZEND_ENGINE_2) && defined(HTTP_HAVE_ZLIB) -typedef struct { +typedef struct _http_inflatestream_object_t { zend_object zo; http_encoding_stream *stream; } http_inflatestream_object;