aboutsummaryrefslogtreecommitdiff
path: root/include/curl
diff options
context:
space:
mode:
authorPatrick Monnerat <patrick.monnerat@dh.com>2016-04-22 16:49:02 +0200
committerPatrick Monnerat <patrick.monnerat@dh.com>2016-04-22 16:49:02 +0200
commit3cd082be83e2f289cf3844cd46312c7c293a9dc1 (patch)
treec56aababdb6607d4fc3952c2122f61374ec35c69 /include/curl
parentc67d7b940592a8a8f52b78052e911c3077db30a0 (diff)
curl.h: CURLOPT_CONNECT_TO sets a struct slist *, not a string
Diffstat (limited to 'include/curl')
-rw-r--r--include/curl/curl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h
index 639810a85..5b5d72349 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),