X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_request_object.h;h=0326f011dc1b803d6a5fc3e9985a6ea7ace856b2;hb=650dad8564d53bd3fb6c9867fa81e0abf17f6f7b;hp=00c2eb03caf346845f52fd5585d3ae919f8f09ee;hpb=6086d2a97b6959531650c886b10dc814ad2392f9;p=m6w6%2Fext-http 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;