X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_inflatestream_object.h;h=783cf8b25c5da577c1eb796d325de7711ac3be37;hp=f7f2dc6a41dde5c769747c5e2c8f49796da67f7a;hb=d39bab135c7cde004d56019800e94189bef45aee;hpb=ccd556e32e7264830790ec13b72a9b0e3760684b diff --git a/php_http_inflatestream_object.h b/php_http_inflatestream_object.h index f7f2dc6..783cf8b 100644 --- a/php_http_inflatestream_object.h +++ b/php_http_inflatestream_object.h @@ -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);