X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_deflatestream_object.h;h=13c33506c602d78ed29bad18c17d6541d1b66136;hb=fac50662a1ea545b40f15613f8c4806a1ed745b0;hp=5a274a8da38a131d45aeff1a2b182f70cd62f0ab;hpb=b2e9ffe535660f5de2ec850ddc0dd6e99a34724d;p=m6w6%2Fext-http diff --git a/php_http_deflatestream_object.h b/php_http_deflatestream_object.h index 5a274a8..13c3350 100644 --- a/php_http_deflatestream_object.h +++ b/php_http_deflatestream_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 | +--------------------------------------------------------------------+ */ @@ -37,6 +37,7 @@ extern void _http_deflatestream_object_free(zend_object *object TSRMLS_DC); PHP_METHOD(HttpDeflateStream, __construct); PHP_METHOD(HttpDeflateStream, update); +PHP_METHOD(HttpDeflateStream, flush); PHP_METHOD(HttpDeflateStream, finish); #endif