From e6e8b144053f4eeda369e53cde01056daceddd03 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sat, 22 Feb 2014 20:58:43 +0000 Subject: tool_cfgable: Removed list_engine flag from config structure In preparation for separating the global config options from the per operation config options, reworked the list engines code to not use a member variable in the Configurable structure. --- src/tool_getparam.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tool_getparam.h') diff --git a/src/tool_getparam.h b/src/tool_getparam.h index cf1496c50..1fac8daef 100644 --- a/src/tool_getparam.h +++ b/src/tool_getparam.h @@ -30,6 +30,7 @@ typedef enum { PARAM_REQUIRES_PARAMETER, PARAM_BAD_USE, PARAM_HELP_REQUESTED, + PARAM_ENGINES_REQUESTED, PARAM_GOT_EXTRA_PARAMETER, PARAM_BAD_NUMERIC, PARAM_NEGATIVE_NUMERIC, -- cgit v1.2.1