mirror of
https://github.com/curl/curl.git
synced 2026-08-26 14:43:32 +03:00
tool_cfgable: Removed list_engine flag from config structure
In preparation for separating the global config options from the per operation config options, reworked the list engines code to not use a member variable in the Configurable structure.
This commit is contained in:
parent
b914e7ed02
commit
e6e8b14405
5 changed files with 14 additions and 13 deletions
|
|
@ -30,6 +30,7 @@ typedef enum {
|
|||
PARAM_REQUIRES_PARAMETER,
|
||||
PARAM_BAD_USE,
|
||||
PARAM_HELP_REQUESTED,
|
||||
PARAM_ENGINES_REQUESTED,
|
||||
PARAM_GOT_EXTRA_PARAMETER,
|
||||
PARAM_BAD_NUMERIC,
|
||||
PARAM_NEGATIVE_NUMERIC,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue