From 6969e24aee2031d9f99b9281f452b5b496c1f353 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sat, 22 Feb 2014 16:04:30 +0000 Subject: tool_operate: Moved list engines into separate function in tool_help --- src/tool_help.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tool_help.h') 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 */ -- cgit v1.2.3