From: Steve Holme Date: Tue, 25 Feb 2014 07:16:51 +0000 (+0000) Subject: tool_getparam.h: Fixed compilation warning X-Git-Tag: curl-7_36_0~85 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ad388a7d37c7cd610155af84d4f88d1cf36e3f5b;p=thirdparty%2Fcurl.git tool_getparam.h: Fixed compilation warning warning: declaration of 'struct GlobalConfig' will not be visible outside of this function --- diff --git a/src/tool_getparam.h b/src/tool_getparam.h index 23628c00f1..a13ce6d901 100644 --- a/src/tool_getparam.h +++ b/src/tool_getparam.h @@ -41,6 +41,7 @@ typedef enum { PARAM_LAST } ParameterError; +struct GlobalConfig; struct OperationConfig; ParameterError getparameter(char *flag,