X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_filter.c;h=5303f067cf87d41964687a8114457d1154ddbace;hp=95b3cbf13f5096ed0856782b5107a3168a3e570b;hb=a65a722cb32032edba03073b4f7cc0fe744a04dc;hpb=d3485e3b28336153dca690e872ffe1ddc60fedd2 diff --git a/php_http_filter.c b/php_http_filter.c index 95b3cbf..5303f06 100644 --- a/php_http_filter.c +++ b/php_http_filter.c @@ -63,7 +63,7 @@ PHP_MINIT_FUNCTION(http_filter) } typedef struct _http_chunked_decode_filter_buffer_t { - php_http_buffer buffer; + php_http_buffer_t buffer; ulong hexlen; } PHP_HTTP_FILTER_BUFFER(chunked_decode); @@ -223,7 +223,7 @@ static PHP_HTTP_FILTER_FUNCTION(chunked_encode) /* new data available? */ if (buckets_in->head) { - php_http_buffer buf; + php_http_buffer_t buf; out_avail = 1; php_http_buffer_init(&buf);