From f80ca7a05a2affce7b02f618592981aa02e61ce7 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Fri, 14 Feb 2014 21:59:51 +0000 Subject: tool_operate: Moved required argument getting into separate function --- src/tool_paramhlp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tool_paramhlp.h') 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); -- cgit v1.2.3