aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/tool_getparam.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tool_getparam.h b/src/tool_getparam.h
index 0cd2c3972..7dc49393b 100644
--- a/src/tool_getparam.h
+++ b/src/tool_getparam.h
@@ -37,6 +37,8 @@ typedef enum {
PARAM_LAST
} ParameterError;
+struct Configurable;
+
ParameterError getparameter(char *flag,
char *nextarg,
bool *usedarg,