diff options
Diffstat (limited to 'src/tool_cfgable.h')
-rw-r--r-- | src/tool_cfgable.h | 2 |
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; |