From 67f051051fab4b9665e67a1688d4d0035657b825 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sat, 22 Feb 2014 17:09:43 +0000 Subject: tool_operhlp.h: Fixed compilation warning warning: 'struct Configurable' declared inside parameter list --- src/tool_operhlp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/tool_operhlp.h') 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); -- cgit v1.2.3