tool_operhlp.h: Fixed compilation warning
authorSteve Holme <steve_holme@hotmail.com>
Sat, 22 Feb 2014 17:09:43 +0000 (17:09 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sat, 22 Feb 2014 17:13:02 +0000 (17:13 +0000)
warning: 'struct Configurable' declared inside parameter list

src/tool_operhlp.h

index 041ea59..80a7682 100644 (file)
@@ -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);