diff options
Diffstat (limited to 'src/tool_paramhlp.h')
-rw-r--r-- | src/tool_paramhlp.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/tool_paramhlp.h b/src/tool_paramhlp.h index 8b7ec9481..f17999198 100644 --- a/src/tool_paramhlp.h +++ b/src/tool_paramhlp.h @@ -37,7 +37,7 @@ long proto2num(struct Configurable *config, long *val, const char *str); int str2offset(curl_off_t *val, const char *str); -void checkpasswd(const char *kind, char **userpwd); +ParameterError checkpasswd(const char *kind, char **userpwd); ParameterError add2list(struct curl_slist **list, const char *ptr); @@ -47,7 +47,5 @@ int ftpcccmethod(struct Configurable *config, const char *str); long delegation(struct Configurable *config, char *str); - - #endif /* HEADER_CURL_TOOL_PARAMHLP_H */ |