X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_inflatestream_object.h;h=f7f2dc6a41dde5c769747c5e2c8f49796da67f7a;hp=64c10e4d4caddd798a4a3b0b4882097778528bad;hb=e2d31d8ae762ed3acb0ef5ec21edfcc94293dfaf;hpb=f0bcc141e62c022101d8d19c1d73e7b9ae41d0e9 diff --git a/php_http_inflatestream_object.h b/php_http_inflatestream_object.h index 64c10e4..f7f2dc6 100644 --- a/php_http_inflatestream_object.h +++ b/php_http_inflatestream_object.h @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2005, Michael Wallner | + | Copyright (c) 2004-2006, Michael Wallner | +--------------------------------------------------------------------+ */ @@ -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;