aboutsummaryrefslogtreecommitdiff
path: root/src/tool_getparam.h
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-02-22 20:58:43 +0000
committerSteve Holme <steve_holme@hotmail.com>2014-02-22 21:00:03 +0000
commite6e8b144053f4eeda369e53cde01056daceddd03 (patch)
tree422c4528c58cc967ae045ffdf37c8eadab2d15da /src/tool_getparam.h
parentb914e7ed02d7e69cfcc47e8a3f47eaaaf111b4cb (diff)
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.
Diffstat (limited to 'src/tool_getparam.h')
-rw-r--r--src/tool_getparam.h1
1 files changed, 1 insertions, 0 deletions
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,