X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_request_int.h;h=e7449640f30efe3ea2eec981201b73b2fc2c0cf7;hb=5b55dee0720e8969d8b6ddd7fa3ef7a7f415abcc;hp=ae291865b07528e72f6ec9b130e1e23c2f9b9af8;hpb=aebfa7783e7b280bff4975649b20494e5eb932bc;p=m6w6%2Fext-http diff --git a/php_http_request_int.h b/php_http_request_int.h index ae29186..e744964 100644 --- a/php_http_request_int.h +++ b/php_http_request_int.h @@ -50,8 +50,7 @@ # define curl_easy_strerror(dummy) "unknown error" #endif -#define HTTP_CURL_OPT(OPTION, p) HTTP_CURL_OPT_EX(request->ch, OPTION, (p)) -#define HTTP_CURL_OPT_EX(ch, OPTION, p) curl_easy_setopt((ch), OPTION, (p)) +#define HTTP_CURL_OPT(OPTION, p) curl_easy_setopt((request->ch), OPTION, (p)) #define HTTP_CURL_OPT_STRING(OPTION, ldiff, obdc) \ { \