From: Daniel Stenberg Date: Fri, 8 Jun 2012 21:14:30 +0000 (+0200) Subject: tool_getparam.h: fix compiler error X-Git-Tag: curl-7_27_0~250 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dd576194ceaf6d9fef625332395a51fca0fca657;p=thirdparty%2Fcurl.git tool_getparam.h: fix compiler error forward declare the Configurable struct --- diff --git a/src/tool_getparam.h b/src/tool_getparam.h index 0cd2c3972c..7dc49393b7 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,