mirror of
https://github.com/curl/curl.git
synced 2026-07-26 12:37:16 +03:00
tool_getparam: Moved version information into separate function in tool_help
This commit is contained in:
parent
67f051051f
commit
dcbae71812
3 changed files with 60 additions and 55 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue