tool_operate: Moved required argument getting into separate function

This commit is contained in:
Steve Holme 2014-02-14 21:59:51 +00:00
parent 89070d0e68
commit f80ca7a05a
5 changed files with 46 additions and 34 deletions

View file

@ -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);