diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-02-22 17:09:43 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-02-22 17:13:02 +0000 |
commit | 67f051051fab4b9665e67a1688d4d0035657b825 (patch) | |
tree | 71ead4f0a7248e633777df72d9648fe45b08ea1f /src/tool_operhlp.h | |
parent | b98c74b67eb63300d32a9ed32f93d94c79c6476b (diff) | |
download | curl-67f051051fab4b9665e67a1688d4d0035657b825.tar.gz |
tool_operhlp.h: Fixed compilation warning
warning: 'struct Configurable' declared inside parameter list
Diffstat (limited to 'src/tool_operhlp.h')
-rw-r--r-- | src/tool_operhlp.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |