From: Daniel Stenberg Date: Thu, 14 Sep 2000 14:14:03 +0000 (+0000) Subject: Added HTTPPROXYTUNNEL X-Git-Tag: curl-7_3~45 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=23f22bd53e93279d6844a288229ab0a56b9de5d1;p=thirdparty%2Fcurl.git Added HTTPPROXYTUNNEL --- diff --git a/include/curl/curl.h b/include/curl/curl.h index 057553381e..9948dc04f3 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -381,6 +381,9 @@ typedef enum { /* size of the POST input data, if strlen() is not good to use */ CINIT(POSTFIELDSIZE, LONG, 60), + /* tunnel non-http operations through a HTTP proxy */ + CINIT(HTTPPROXYTUNNEL, LONG, 61), + CURLOPT_LASTENTRY /* the last unusued */ } CURLoption;