diff options
Diffstat (limited to 'src/tool_writeout.h')
-rw-r--r-- | src/tool_writeout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_writeout.h b/src/tool_writeout.h index 815cfcfff..23447496c 100644 --- a/src/tool_writeout.h +++ b/src/tool_writeout.h @@ -23,6 +23,6 @@ ***************************************************************************/ #include "setup.h" -void ourWriteOut(CURL *curl, const char *out); +void ourWriteOut(CURL *curl, struct OutStruct *outs, const char *writeinfo); #endif /* HEADER_CURL_TOOL_WRITEOUT_H */ |