mirror of
https://github.com/curl/curl.git
synced 2026-08-26 16:53:32 +03:00
tool_operate: Moved required argument getting into separate function
This commit is contained in:
parent
89070d0e68
commit
f80ca7a05a
5 changed files with 46 additions and 34 deletions
|
|
@ -40,7 +40,7 @@ long proto2num(struct Configurable *config, long *val, const char *str);
|
|||
|
||||
ParameterError str2offset(curl_off_t *val, const char *str);
|
||||
|
||||
CURLcode checkpasswd(const char *kind, char **userpwd);
|
||||
CURLcode get_args(struct Configurable *config);
|
||||
|
||||
ParameterError add2list(struct curl_slist **list, const char *ptr);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue