X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_inflatestream_object.h;h=0853d041f4bed2ba3414811117b14227f6e59bed;hp=91da740a3af67eceb9c53e755dc7731666f49a9e;hb=f8bdf6572e8b44f93cf3fbad8846419145b782b7;hpb=b2e9ffe535660f5de2ec850ddc0dd6e99a34724d diff --git a/php_http_inflatestream_object.h b/php_http_inflatestream_object.h index 91da740..0853d04 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 | +--------------------------------------------------------------------+ */ @@ -36,6 +36,7 @@ extern zend_object_value _http_inflatestream_object_clone_obj(zval *object TSRML extern void _http_inflatestream_object_free(zend_object *object TSRMLS_DC); PHP_METHOD(HttpInflateStream, update); +PHP_METHOD(HttpInflateStream, flush); PHP_METHOD(HttpInflateStream, finish); #endif