curl.h: CURLOPT_CONNECT_TO sets a struct slist *, not a string
authorPatrick Monnerat <patrick.monnerat@dh.com>
Fri, 22 Apr 2016 14:49:02 +0000 (16:49 +0200)
committerPatrick Monnerat <patrick.monnerat@dh.com>
Fri, 22 Apr 2016 14:49:02 +0000 (16:49 +0200)
include/curl/curl.h

index 639810a854f3de37e612da23650c486f9c52b591..5b5d723493d14ad9823a053dbf0ebcca9ba6d60a 100644 (file)
@@ -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),