aboutsummaryrefslogtreecommitdiff
path: root/src/tool_cfgable.h
diff options
context:
space:
mode:
authorMaciej Puzio <mx34567@gmail.com>2014-02-04 23:48:16 +0100
committerDaniel Stenberg <daniel@haxx.se>2014-04-04 17:03:43 +0200
commit4946ea05e2ae14bd84332bd1fde5e3b5e468cef2 (patch)
treed0ff69e80dfd2af0a4a758ff47525c0f5efda90c /src/tool_cfgable.h
parentfa0a5e6812f9e460f4f2d9aae0ca9900fd50add4 (diff)
curl: add --proxy-header
Diffstat (limited to 'src/tool_cfgable.h')
-rw-r--r--src/tool_cfgable.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tool_cfgable.h b/src/tool_cfgable.h
index 451974468..4ef269026 100644
--- a/src/tool_cfgable.h
+++ b/src/tool_cfgable.h
@@ -143,6 +143,7 @@ struct OperationConfig {
curl_TimeCond timecond;
time_t condtime;
struct curl_slist *headers;
+ struct curl_slist *proxyheaders;
struct curl_httppost *httppost;
struct curl_httppost *last_post;
struct curl_slist *telnet_options;