From f3bae6ed737c59791c5d36932e4d2387309f8fdb Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sun, 16 Feb 2014 11:10:09 +0000 Subject: tool_paramhlp: Added URL index to password prompt for multiple operations --- 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 844137445..e56d63691 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 get_args(struct Configurable *config); +CURLcode get_args(struct Configurable *config, const size_t index); ParameterError add2list(struct curl_slist **list, const char *ptr); -- cgit v1.2.3