diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-02-16 11:10:09 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-02-16 11:13:16 +0000 |
commit | f3bae6ed737c59791c5d36932e4d2387309f8fdb (patch) | |
tree | ab98cdcbe9ab7fa19d47876733863d4a1eca1b6f /src/tool_paramhlp.h | |
parent | 013e9a11ffffe954ca56b70b8400fe1986966e96 (diff) | |
download | curl-f3bae6ed737c59791c5d36932e4d2387309f8fdb.tar.gz |
tool_paramhlp: Added URL index to password prompt for multiple operations
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 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); |