From: Steve Holme Date: Sat, 22 Feb 2014 17:09:43 +0000 (+0000) Subject: tool_operhlp.h: Fixed compilation warning X-Git-Tag: curl-7_36_0~108 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=67f051051fab4b9665e67a1688d4d0035657b825;p=curl tool_operhlp.h: Fixed compilation warning warning: 'struct Configurable' declared inside parameter list --- diff --git a/src/tool_operhlp.h b/src/tool_operhlp.h index 041ea5968..80a7682e4 100644 --- a/src/tool_operhlp.h +++ b/src/tool_operhlp.h @@ -23,6 +23,8 @@ ***************************************************************************/ #include "tool_setup.h" +struct Configurable; + void clean_getout(struct Configurable *config); bool output_expected(const char *url, const char *uploadfile);