X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_request_api.h;h=5b4b752b311f9f2d6a1a7ba071b4b3f63b31f6ef;hp=16523f6f0c369d07eac5a377d23ef250a919abe1;hb=9f74bab2b132b3cf7e4e1460117a50d3345346cf;hpb=1db2ac7587e2c201b2b0534c385fbb833788a335 diff --git a/php_http_request_api.h b/php_http_request_api.h index 16523f6..5b4b752 100644 --- a/php_http_request_api.h +++ b/php_http_request_api.h @@ -23,7 +23,7 @@ extern PHP_MINIT_FUNCTION(http_request); extern PHP_MSHUTDOWN_FUNCTION(http_request); -typedef struct { +typedef struct _http_request_t { CURL *ch; char *url; http_request_method meth;