X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_filter.c;h=5303f067cf87d41964687a8114457d1154ddbace;hb=2aa318b3eb1d885b29bf172290f35a3096e339a7;hp=95b3cbf13f5096ed0856782b5107a3168a3e570b;hpb=d3485e3b28336153dca690e872ffe1ddc60fedd2;p=m6w6%2Fext-http 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);