From: Patrick Monnerat Date: Fri, 22 Apr 2016 14:49:02 +0000 (+0200) Subject: curl.h: CURLOPT_CONNECT_TO sets a struct slist *, not a string X-Git-Tag: curl-7_49_0~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cd082be83e2f289cf3844cd46312c7c293a9dc1;p=thirdparty%2Fcurl.git curl.h: CURLOPT_CONNECT_TO sets a struct slist *, not a string --- diff --git a/include/curl/curl.h b/include/curl/curl.h index 639810a854..5b5d723493 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -1684,7 +1684,7 @@ typedef enum { /* Linked-list of host:port:connect-to-host:connect-to-port, overrides the URL's host:port (only for the network layer) */ - CINIT(CONNECT_TO, STRINGPOINT, 243), + CINIT(CONNECT_TO, OBJECTPOINT, 243), /* Set TCP Fast Open */ CINIT(TCP_FASTOPEN, LONG, 244),