aboutsummaryrefslogtreecommitdiff
path: root/src/tool_help.h
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-02-22 16:04:30 +0000
committerSteve Holme <steve_holme@hotmail.com>2014-02-22 16:47:59 +0000
commit6969e24aee2031d9f99b9281f452b5b496c1f353 (patch)
tree68102c713f041f3679bb6b3cdc506901f8b19ef4 /src/tool_help.h
parente08d0662b7b6e22d0f09b445141fd7827ae68478 (diff)
tool_operate: Moved list engines into separate function in tool_help
Diffstat (limited to 'src/tool_help.h')
-rw-r--r--src/tool_help.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tool_help.h b/src/tool_help.h
index 1b757dc80..775478df7 100644
--- a/src/tool_help.h
+++ b/src/tool_help.h
@@ -24,6 +24,7 @@
#include "tool_setup.h"
void tool_help(void);
+void tool_list_engines(CURL *curl);
#endif /* HEADER_CURL_TOOL_HELP_H */