mirror of
https://github.com/curl/curl.git
synced 2026-07-30 01:48:04 +03:00
tool_cfgable: Renamed Configurable structure to OperationConfig
To allow for the addition of a global config structure and prevent confusion between the two.
This commit is contained in:
parent
6512e93be1
commit
705a4cb549
32 changed files with 99 additions and 103 deletions
|
|
@ -140,7 +140,7 @@ static char *get_param_word(char **str, char **end_pos)
|
|||
*
|
||||
***************************************************************************/
|
||||
|
||||
int formparse(struct Configurable *config,
|
||||
int formparse(struct OperationConfig *config,
|
||||
const char *input,
|
||||
struct curl_httppost **httppost,
|
||||
struct curl_httppost **last_post,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue