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=ccd556e32e7264830790ec13b72a9b0e3760684b;hpb=64616c6675baf9dd168a7e2763e3124db0219921 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;