aboutsummaryrefslogtreecommitdiff
path: root/src/tool_help.h
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-02-22 17:45:38 +0000
committerSteve Holme <steve_holme@hotmail.com>2014-02-22 17:47:13 +0000
commitdcbae71812a5fdf4dc4335aa10ea75a2ab1b16d4 (patch)
tree5fa97b0ad8ee648b7b1b5e7ab988b169a22c4819 /src/tool_help.h
parent67f051051fab4b9665e67a1688d4d0035657b825 (diff)
tool_getparam: Moved version information into separate function in tool_help
Diffstat (limited to 'src/tool_help.h')
-rw-r--r--src/tool_help.h3
1 files changed, 2 insertions, 1 deletions
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, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2014, 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
@@ -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 */