mirror of
https://github.com/curl/curl.git
synced 2026-08-25 05:03:32 +03:00
tool: Moved --libcurl to the global config
This commit is contained in:
parent
75e996f29f
commit
f1a9e6858e
8 changed files with 29 additions and 28 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue