X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_inflatestream_object.h;h=0853d041f4bed2ba3414811117b14227f6e59bed;hb=51c3a4d29b5b0ada721d8f0c9aa55581079bdf91;hp=91da740a3af67eceb9c53e755dc7731666f49a9e;hpb=b2e9ffe535660f5de2ec850ddc0dd6e99a34724d;p=m6w6%2Fext-http 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