- allow to avoid deps on shared extensions on build time
[m6w6/ext-http] / php_http_deflatestream_object.h
index cd5df9736ae7138466dcbbff15aeb38c55b15f17..7af1011ea963c1cecd392a03b7487fe4fbde8ba5 100644 (file)
@@ -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 <mike@php.net>            |
+    | Copyright (c) 2004-2006, Michael Wallner <mike@php.net>            |
     +--------------------------------------------------------------------+
 */
 
@@ -16,7 +16,7 @@
 #define PHP_HTTP_DEFLATESTREAM_OBJECT_H
 #if defined(ZEND_ENGINE_2) && defined(HTTP_HAVE_ZLIB)
 
-typedef struct {
+typedef struct _http_deflatestream_object_t {
        zend_object zo;
        http_encoding_stream *stream;
 } http_deflatestream_object;