cleanups & includes
[m6w6/ext-http] / php_http_request.h
index 9e314caec9b87c8866900d617cab5bb7d6ff8bc1..543271563b215c41fa4cbaaed17add2949c2839d 100644 (file)
@@ -39,11 +39,11 @@ typedef struct php_http_request {
        struct {
                php_http_message_parser_t *ctx;
                php_http_message_t *msg;
-               php_http_buffer *buf;
+               php_http_buffer_t *buf;
        } parser;
        
        struct {
-               php_http_buffer cookies;
+               php_http_buffer_t cookies;
                HashTable options;
                struct curl_slist *headers;
        } _cache;