From dcbae71812a5fdf4dc4335aa10ea75a2ab1b16d4 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sat, 22 Feb 2014 17:45:38 +0000 Subject: tool_getparam: Moved version information into separate function in tool_help --- src/tool_help.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/tool_help.h') diff --git a/src/tool_help.h b/src/tool_help.h index 775478df7..9ef50069a 100644 --- a/src/tool_help.h +++ b/src/tool_help.h @@ -7,7 +7,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2012, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2014, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -25,6 +25,7 @@ void tool_help(void); void tool_list_engines(CURL *curl); +void tool_version_info(void); #endif /* HEADER_CURL_TOOL_HELP_H */ -- cgit v1.2.3