From 845522cadb6ac9d357d68bb022a148a8c3be2e6a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 16 Dec 2016 16:02:08 +0100 Subject: preproxy: renamed what was added as SOCKS_PROXY CURLOPT_SOCKS_PROXY -> CURLOPT_PRE_PROXY Added the corresponding --preroxy command line option. Sets a SOCKS proxy to connect to _before_ connecting to a HTTP(S) proxy. --- include/curl/curl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/curl/curl.h b/include/curl/curl.h index f5dd65d49..5b4ae469e 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -1763,8 +1763,8 @@ typedef enum { CURLSSLOPT_* */ CINIT(PROXY_SSL_OPTIONS, LONG, 261), - /* Name of socks proxy to use. */ - CINIT(SOCKS_PROXY, STRINGPOINT, 262), + /* Name of pre proxy to use. */ + CINIT(PRE_PROXY, STRINGPOINT, 262), /* The public key in DER form used to validate the proxy public key this option is used only if PROXY_SSL_VERIFYPEER is true */ -- cgit v1.2.3