X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_request_object.h;h=0326f011dc1b803d6a5fc3e9985a6ea7ace856b2;hp=00c2eb03caf346845f52fd5585d3ae919f8f09ee;hb=ccd556e32e7264830790ec13b72a9b0e3760684b;hpb=6086d2a97b6959531650c886b10dc814ad2392f9 diff --git a/php_http_request_object.h b/php_http_request_object.h index 00c2eb0..0326f01 100644 --- a/php_http_request_object.h +++ b/php_http_request_object.h @@ -19,7 +19,7 @@ #include "php_http_request_pool_api.h" -typedef struct { +typedef struct _http_request_object_t { zend_object zo; http_request *request; http_request_pool *pool;