- fix copyright year
[m6w6/ext-http] / php_http_inflatestream_object.h
index f7f2dc6a41dde5c769747c5e2c8f49796da67f7a..ae6a2ae83aa13d313372aaeb122a4c17ba6a3b6d 100644 (file)
@@ -6,7 +6,7 @@
     | modification, are permitted provided that the conditions mentioned |
     | in the accompanying LICENSE file are met.                          |
     +--------------------------------------------------------------------+
-    | Copyright (c) 2004-2006, Michael Wallner <mike@php.net>            |
+    | Copyright (c) 2004-2007, Michael Wallner <mike@php.net>            |
     +--------------------------------------------------------------------+
 */
 
@@ -35,6 +35,8 @@ extern zend_object_value _http_inflatestream_object_clone_obj(zval *object TSRML
 #define http_inflatestream_object_free(o) _http_inflatestream_object_free((o) TSRMLS_CC)
 extern void _http_inflatestream_object_free(zend_object *object TSRMLS_DC);
 
+PHP_METHOD(HttpInflateStream, __construct);
+PHP_METHOD(HttpInflateStream, factory);
 PHP_METHOD(HttpInflateStream, update);
 PHP_METHOD(HttpInflateStream, flush);
 PHP_METHOD(HttpInflateStream, finish);