mirror of
https://github.com/curl/curl.git
synced 2026-08-25 12:33:35 +03:00
tool_main: Moved easy handle into global config structure
This commit is contained in:
parent
0d9ddf91ca
commit
59b5ef444e
5 changed files with 42 additions and 46 deletions
|
|
@ -54,7 +54,7 @@ void parse_cert_parameter(const char *cert_parameter,
|
|||
char **passphrase);
|
||||
#endif
|
||||
|
||||
ParameterError parse_args(struct OperationConfig *config, int argc,
|
||||
ParameterError parse_args(struct GlobalConfig *config, int argc,
|
||||
argv_item_t argv[]);
|
||||
|
||||
#endif /* HEADER_CURL_TOOL_GETPARAM_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue