From f1a9e6858e6f2cd7ff54eac79df02640f0624a2a Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sat, 1 Mar 2014 13:38:00 +0000 Subject: tool: Moved --libcurl to the global config --- src/tool_cfgable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tool_cfgable.h') 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; -- cgit v1.2.3