diff options
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); |