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 f13a114fd..d925b8476 100644 --- a/src/tool_paramhlp.h +++ b/src/tool_paramhlp.h @@ -50,7 +50,7 @@ int ftpfilemethod(struct OperationConfig *config, const char *str); int ftpcccmethod(struct OperationConfig *config, const char *str); -long delegation(struct OperationConfig *config, char *str); +long delegation(struct OperationConfig *config, const char *str); ParameterError str2tls_max(long *val, const char *str); |