- ditch warnings
[m6w6/ext-http] / php_http_inflatestream_object.h
index 0853d041f4bed2ba3414811117b14227f6e59bed..f7f2dc6a41dde5c769747c5e2c8f49796da67f7a 100644 (file)
@@ -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;