diff options
Diffstat (limited to 'src/tool_help.h')
-rw-r--r-- | src/tool_help.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tool_help.h b/src/tool_help.h index 0289f3015..bfb5dcdf3 100644 --- a/src/tool_help.h +++ b/src/tool_help.h @@ -7,7 +7,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2014, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 1998 - 2019, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -24,7 +24,7 @@ #include "tool_setup.h" void tool_help(void); -void tool_list_engines(CURL *curl); +void tool_list_engines(void); void tool_version_info(void); #endif /* HEADER_CURL_TOOL_HELP_H */ |