X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_headers.c;h=0c4cbfa354fe6c5396ef3654fb5a396e823457b8;hp=b5a700e1a8668b3e0fccdbf994f60380af6a33b7;hb=c5c580f24e24e8032a0554a2e39e38c496144bc2;hpb=d3485e3b28336153dca690e872ffe1ddc60fedd2 diff --git a/php_http_headers.c b/php_http_headers.c index b5a700e..0c4cbfa 100644 --- a/php_http_headers.c +++ b/php_http_headers.c @@ -17,7 +17,7 @@ PHP_HTTP_API STATUS php_http_headers_parse(const char *header, size_t length, HashTable *headers, php_http_info_callback_t callback_func, void **callback_data TSRMLS_DC) { php_http_header_parser_t ctx; - php_http_buffer buf; + php_http_buffer_t buf; php_http_buffer_from_string_ex(&buf, header, length); php_http_header_parser_init(&ctx TSRMLS_CC);