diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-09-14 14:14:03 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-09-14 14:14:03 +0000 |
commit | 23f22bd53e93279d6844a288229ab0a56b9de5d1 (patch) | |
tree | bf911c93bc91bd80382a51ae968002c66e21dcab /include | |
parent | 86ff2c46b73a2bbcd25edaf6a3c1d62c8a85f29d (diff) | |
download | curl-23f22bd53e93279d6844a288229ab0a56b9de5d1.tar.gz |
Added HTTPPROXYTUNNEL
Diffstat (limited to 'include')
-rw-r--r-- | include/curl/curl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h index 057553381..9948dc04f 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; |