diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-02-14 21:59:51 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-02-15 16:31:32 +0000 |
commit | f80ca7a05a2affce7b02f618592981aa02e61ce7 (patch) | |
tree | d1b2ec919870d044c51391826dfde3caa92ed7fe /src/tool_paramhlp.h | |
parent | 89070d0e680402fd92468eb13073434ea5e5380e (diff) | |
download | curl-f80ca7a05a2affce7b02f618592981aa02e61ce7.tar.gz |
tool_operate: Moved required argument getting into separate function
Diffstat (limited to 'src/tool_paramhlp.h')
-rw-r--r-- | src/tool_paramhlp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_paramhlp.h b/src/tool_paramhlp.h index 3722e9375..844137445 100644 --- a/src/tool_paramhlp.h +++ b/src/tool_paramhlp.h @@ -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); |