From dd576194ceaf6d9fef625332395a51fca0fca657 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 8 Jun 2012 23:14:30 +0200 Subject: [PATCH] tool_getparam.h: fix compiler error forward declare the Configurable struct --- src/tool_getparam.h | 2 ++ 1 file changed, 2 insertions(+) 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,