- improve http_get_request_headers()
[m6w6/ext-http] / php_http_request_int.h
index ae291865b07528e72f6ec9b130e1e23c2f9b9af8..e7449640f30efe3ea2eec981201b73b2fc2c0cf7 100644 (file)
@@ -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) \
        { \