summaryrefslogtreecommitdiff
path: root/src/tool_writeout.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tool_writeout.h')
-rw-r--r--src/tool_writeout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_writeout.h b/src/tool_writeout.h
index 0c07f222b..fac7bdd19 100644
--- a/src/tool_writeout.h
+++ b/src/tool_writeout.h
@@ -84,7 +84,7 @@ struct writeoutvar {
bool use_json);
};
-void ourWriteOut(const char *writeinfo, struct per_transfer *per,
+void ourWriteOut(struct OperationConfig *config, struct per_transfer *per,
CURLcode per_result);
#endif /* HEADER_CURL_TOOL_WRITEOUT_H */