]> granicus.if.org Git - curl/commitdiff
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 041ea596847971e1f7e771bfa937f955e1c2ae74..80a7682e489a4265af07b7a655d9b8db893557c8 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);