aboutsummaryrefslogtreecommitdiff
path: root/src/tool_cfgable.h
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-03-01 13:38:00 +0000
committerSteve Holme <steve_holme@hotmail.com>2014-03-01 17:23:14 +0000
commitf1a9e6858e6f2cd7ff54eac79df02640f0624a2a (patch)
tree08814cb1602da6a65d793773a77f9a7449f460c5 /src/tool_cfgable.h
parent75e996f29f1855d47299cf29f96507cd78d5aff1 (diff)
tool: Moved --libcurl to the global config
Diffstat (limited to 'src/tool_cfgable.h')
-rw-r--r--src/tool_cfgable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_cfgable.h b/src/tool_cfgable.h
index 08da30a24..104117590 100644
--- a/src/tool_cfgable.h
+++ b/src/tool_cfgable.h
@@ -179,7 +179,6 @@ struct OperationConfig {
bool ignorecl; /* --ignore-content-length */
bool disable_sessionid;
- char *libcurl; /* output libcurl code to this file name */
bool raw;
bool post301;
bool post302;
@@ -225,6 +224,7 @@ struct GlobalConfig {
trace tracetype;
bool tracetime; /* include timestamp? */
int progressmode; /* CURL_PROGRESS_BAR / CURL_PROGRESS_STATS */
+ char *libcurl; /* Output libcurl code to this file name */
struct OperationConfig *first;
struct OperationConfig *current;