X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=php_http_inflatestream_object.h;h=64c10e4d4caddd798a4a3b0b4882097778528bad;hb=6b5563e110ed2ecd7795566077bde93b42ab5454;hp=91da740a3af67eceb9c53e755dc7731666f49a9e;hpb=b2e9ffe535660f5de2ec850ddc0dd6e99a34724d;p=m6w6%2Fext-http diff --git a/php_http_inflatestream_object.h b/php_http_inflatestream_object.h index 91da740..64c10e4 100644 --- a/php_http_inflatestream_object.h +++ b/php_http_inflatestream_object.h @@ -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